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?

Community Center | Discuss the Q&A site | Get started on Q&A
0 comments No comments
{count} votes

Accepted answer
  1. Vaibhav Chaudhari 38,921 Reputation points Volunteer Moderator
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.