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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The artifacts used to deploy this project include bash scripts and Terraform tem
16
16
```bash
17
17
az login
18
18
```
19
-
4. Run `acr-sp-init.sh`. For example, the command below will provdision an Azure Container Registry (ACR) in East US and configure the two service principals in Azure Active Directory; one with AcrPush permission and another with AcrPull permission scoped to the ACR. The script parameter values are used to construct the name of the resource group, ACR, and service principals.
19
+
4. Run `acr-sp-init.sh`. For example, the command below will provision an Azure Container Registry (ACR) in East US and configure the two service principals in Azure Active Directory; one with _AcrPush_ permission and another with _AcrPull_ permission scoped to the ACR. The script parameter values are used to construct the name of the resource group, ACR, and service principals.
20
20
21
21
``` bash
22
22
$ ./acr-sp-init.sh -a Cblt -l eastus -s CoreProd
@@ -26,11 +26,13 @@ The artifacts used to deploy this project include bash scripts and Terraform tem
26
26
27
27
### Automated Test
28
28
29
-
The automated testforthis setup step isin`./tests/acr-sp-init-test.sh`. It can be executed at the command line as shown below, or as part of a CI pipeline.
29
+
The automated testforthis setup step isin`./tests/acr-sp-init-test.sh`. It can be executed at the command line as shown below, or as part of a CI pipeline. If you don't want the test to cleanup resources, then pass the `-n` switch.
0 commit comments