0 votes
in Azure by
What are the deployment environments offered by Azure?

1 Answer

0 votes
by

What are the deployment environments offered by Azure?

This is one of the most frequently asked Azure interview questions, and you must know the answer. Azure offers two deployment environments:

Staging Environment:

It provides a platform to validate changes to your application before it can be made live in the production environment

In this stage, the app can be identified using the Azure’s Globally Unique Identifier (GUID) in URL form (GUID.cloudapp.net) 

Production Environment:

This environment is used to store the live application

It can be differentiated from the staging environment with an URL that’s more DNS friendly (servicename.cloudapp.net)

Related questions

0 votes
asked Oct 31, 2020 in Azure by rahuljain1
0 votes
asked Mar 6 in Azure by rajeshsharma
...