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: articles/load-testing/tutorial-cicd-azure-pipelines.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ Create a service connection in Azure Pipelines so that your CI/CD workflow has a
75
75
| Field | Value |
76
76
| ----- | ----- |
77
77
|**Scope level**|*Subscription*. |
78
-
|**Subscription**| Select the Azure subscription that contains your load testing resource. |
79
-
|**Resource group**|Paste the JSON role assignment credentials you copied earlier. |
78
+
|**Subscription**| Select the Azure subscription that will host your load testing resource. |
79
+
|**Resource group**|Leave empty. The pipeline creates a new resource group for the Azure Load Testing resource. |
80
80
|**Service connection name**| Enter a unique name for the service connection. You'll use this name later, to configure the pipeline definition. |
81
81
|**Grant access permission to all pipelines**| Checked. |
82
82
@@ -99,15 +99,15 @@ To grant access to your Azure Load Testing resource, assign the Load Test Contri
99
99
echo $object_id
100
100
```
101
101
102
-
1. Assign the `Load Test Contributor` role to the service principal. Replace the placeholder text `<resource-group-name>` with the Azure Load Testing resource group name.
102
+
1. Assign the `Load Test Contributor` role to the service principal:
103
103
104
104
```azurecli-interactive
105
105
subscription=$(az account show --query "id" -o tsv)
@@ -182,12 +182,12 @@ To grant access to your Azure Load Testing resource, assign the Load Test Contri
182
182
echo $object_id
183
183
```
184
184
185
-
1. Assign the `Load Test Contributor` role to the service principal. Replace the placeholder text `<resource-group-name>` with the Azure Load Testing resource group name.
185
+
1. Assign the `Load Test Contributor` role to the service principal:
0 commit comments