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
@@ -38,23 +38,28 @@ Validate that the project has been created by navigating to the Azure DevOps por
38
38
You can finalize the Azure DevOps configuration by running the following scripts on your local workstation. Open a PowerShell Console and define the environment variables. Replace the bracketed values with the actual values.
39
39
40
40
> [!IMPORTANT]
41
-
> Run the following steps on your local workstation, also make sure that you have logged on to Azure using az login first.
41
+
> Run the following steps on your local workstation, also make sure that you have logged on to Azure using az login first. Please also ensure that you have the latest Azure CLI installed by running the 'az upgrade' command.
> The ControlPlaneSubscriptionID and DevSubscriptionID can use the same subscriptionID.
59
+
> The ControlPlaneSubscriptionID and DevSubscriptionID can use the same subscriptionID.
60
+
>
61
+
> You can use the environment variable $Env:SDAF_APP_NAME for an existing Application registration, $Env:SDAF_MGMT_SPN_NAME for an existing service principal for the control plane and $Env:SDAF_DEV_SPN_NAME for an existing service principal for the workload zone plane. For the names use the Display Name of the existing resources.
62
+
58
63
59
64
60
65
Once the variables are defined run the following script to create the service principals and the application registration.
@@ -274,7 +279,7 @@ Create the deployment removal ARM pipeline by choosing _New Pipeline_ from the P
Save the Pipeline, to see the Save option select the chevron next to the Run button. Navigate to the Pipelines section and select the pipeline. Rename the pipeline to 'Deployment removal using ARM' by choosing 'Rename/Move' from the three-dot menu on the right.
282
+
Save the Pipeline, to see the Save option select the chevron next to the Run button. Navigate to the Pipelines section and select the pipeline. Rename the pipeline to 'Deployment removal using ARM processor' by choosing 'Rename/Move' from the three-dot menu on the right.
278
283
279
284
> [!NOTE]
280
285
> Only use this pipeline as last resort, removing just the resource groups will leave remnants that may complicate re-deployments.
@@ -319,7 +324,7 @@ The pipelines use a custom task to perform cleanup activities post deployment. T
319
324
320
325
## Variable definitions
321
326
322
-
The deployment pipelines are configured to use a set of predefined parameter values. In Azure DevOps the variables are defined using variable groups.
327
+
The deployment pipelines are configured to use a set of predefined parameter values defined using variable groups.
0 commit comments