New to Azure how to setup development area?

bitshift 71 Reputation points
2021-02-28T22:15:03.703+00:00

How does one setup a typical "dev" area that is seperate from "production"?
Can I use something like ADF Azure Data Factory in a seperate emvironment to fully isolate its use?

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,603 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nandan Hegde 29,891 Reputation points MVP
    2021-03-01T03:00:03.167+00:00

    Hey @bitshift ,
    Usually we separate the environments by creating seperate Resource groups pertaining to each environment.
    Dev RG : for Dev env
    Test RG : for Test Env
    UAT RG : for UAT
    ProdRg : For Prod

    In Dev RG , since that being the dev environment ; the resources created are of lower tiers for cost savings.

    Hope this is what you were asking for :)


0 additional answers

Sort by: Most helpful