You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ReadMe.MD
+4-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,10 @@ This template assumes that you are a US regulated entity with typical requiremen
13
13
* A virtual network exists and has VNET Service Endpoints enabled for Azure SQL & Azure Storage
14
14
* A [user-assigned Azure Managed Identity](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-portal) has been created to serve as the identity of the Azure virtual machine that is deployed as part of this template.
15
15
* An Azure Key Vault exists and a corresponding secret also exists which contains the password of the Azure AD SQL Admin account defined in the template. Please ensure that the user-assigned managed identity you have created has permission to 'Get' secrets from the Key Vault.
16
-
* A custom image which contains the installation of Azure DevOps Server 2020 (installed only, do not configure until after the deployment), SQL CMD, SQL Management Studio, and Java SDK 8. Please see additona notes below for links to each. See [create a managed image of a generalized VM in Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/capture-image-resource) to aid in the creation of an image.
16
+
* A custom image which contains the installation of Azure DevOps Server 2020 (installed only, do not configure until after the deployment), SQL CMD, SQL Management Studio, and Java SDK 8.
17
+
* Set system environment variable "JAVA_HOME" to the java install path, if you use the link below by default the path would be, "C:\Program Files\Zulu\zulu-8".Please see additona notes below for links to each.
18
+
* Install the "Web Server (IIS)" on the server using role and feature defaults, open IIS manager and delete the default web site,then follow link below to finish creating VM image.
19
+
* See [create a managed image of a generalized VM in Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/capture-image-resource) to aid in the creation of an image.
17
20
* An Active Directory domain is avalaible for computer join operations and is accessible from within the specified virtual network.
18
21
* As part of the template deployment, you must provide Active Directory domain information to enable the Azure DevOps Server to join your Active Directory domain.
19
22
* To automatically deploy all the required infrastructure, utilize our <ahref="https://github.com/Microsoft/aad-hybrid-lab"target="_blank">AAD Hybrid Deployment template</a>. NOTE: You do not need to configure Azure AD Connect piece of the hybrid deployment template.
0 commit comments