What is the difference between Dev, Test, and production subscriptions?

Yeap Jie Zhi Mark 141 Reputation points
2021-03-22T10:33:01.61+00:00

What is the difference between Development, Test, and production subscriptions?

Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
571 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vaibhav Chaudhari 38,576 Reputation points
    2021-03-22T10:51:07.567+00:00

    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

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Yeap Jie Zhi Mark 141 Reputation points
    2021-03-22T10:55:25.213+00:00

    Thank you for the answer.

    0 comments No comments