What is the difference between Development, Test, and production subscriptions?
What is the difference between Development, Test, and production subscriptions?
If you are talking about Azure subscription which are categorized based on environments then -
Dev subscription - will contain Azure resources which are used by developers for development work and unit testing purpose
Test subscription - Developers can deploy their changes to this and perform end to end testing. This is treated as pre-production subscription
Production subscription - This will have final changes and production resources.. where developer will have no access or just read access
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
6 people are following this question.