Skip to content

Commit c18df7b

Browse files
committed
Edits per feedback
1 parent ad76d5e commit c18df7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Loading

articles/jenkins/tutorial-jenkins-deploy-web-app-azure-app-service.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,13 @@ select **Global credentials (unrestricted)**.
194194

195195
1. From the left menu, select **Add Credentials**.
196196

197+
1. From the **Kind** list, select **Azure Service Principal**.
198+
197199
1. Assign these values from your service principal
198200
and elsewhere to these credential properties:
199201

200202
| Property | Value | Description |
201203
|----------|-------|-------------|
202-
| **Kind** | Azure Service Principal | The type of credential you're using |
203204
| **Subscription ID** | <*yourAzureSubscription-ID*> | The GUID value for your Azure subscription <p>**Tip**: If you don't know your Azure subscription ID, run this Azure CLI command from either the command line or in Cloud Shell, and then use the `id` GUID value: <p>`az account list` |
204205
| **Client ID** | <*yourAzureServicePrincipal-ID*> | The `appId` GUID value for previously generated for your Azure service principal |
205206
| **Client Secret** | <*yourSecurePassword*> | The `password` value or "secret" you provided for your Azure service principal |

0 commit comments

Comments
 (0)