To create a TFS environment in Azure, AAD can be used with Corporate AD as explained here. The other option is setting up the AD as a Azure VM or use AAD. For the TFS demonstration & training environment purpose, setting up AD as Azure VM is described in this post.
In Server manger in the Azure VM created click on Add roles and features.
Select Role –based or feature-based installation.
Select the server. Note the static IP set in “Adding Static Internal IP to Azure VM”.
Select Active Directory Domain Services.
Click Install.
Click on Promote this server to a domain controller.
In Deployment Configuration select Add a new forest and provide a root domain name.
Skip DNS options by clicking next. This can be set up later.
Provide a NetBIOS name.
Specify paths.
Review and Install. Ignore DNS warnings as it can be setup later.
Once setup completed and restarted can be logged in to the server using Administrator password provided for the machine, which will be valid for the domain administrator.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
In Azure DevOps YAML pipelines there are several functions available for you to use. replace is such a useful function, which you can use t...
-
Adding Azure Container Registry (ACR) service connection to Azure DevOps is really simple as described in " Create Service Connection ...
-
We have discueed, that we have to use an environment variable to handle input parameter default values, if we are using trigger for workflo...
-
Some times a silly mistake can waste lot of time of a developer. The exception “System.IO.IOException: The response ended prematurely.” whil...
-
Sometimes you may need to edit files especially the web.config or appsettings.json files after deploying your application to Azure App Servi...
No comments:
Post a Comment