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/jenkins/tutorial-jenkins-deploy-web-app-azure-app-service.md
+13-12
Original file line number
Diff line number
Diff line change
@@ -200,19 +200,20 @@ and elsewhere to these credential properties:
200
200
| Property | Value | Description |
201
201
|----------|-------|-------------|
202
202
|**Kind**| Azure Service Principal | The type of credential you're using |
203
-
|**Subscription ID**| <*yourAzureSubscription-ID*> | The GUID value for your Azure subscription |
204
-
|**Client ID**| <*yourServicePrincipal-ID*> | The `appId` GUID value for your Azure service principal |
205
-
|**Client Secret**| <*yourSecurePassword*> | The `password` value or "secret" for your Azure service principal |
206
-
|**OAuth 2.0 Token Endpoint**|https://login.windows.net/<*yourAzureActiveDirectoryTenant-ID*> | The URL endpoint to use for authentication, including the GUID that identifies your Azure Active Directory tenant |
207
-
|**ID**| <*yourServicePrincipal-ID*> | The `appId` GUID value for your Azure service principal |
203
+
|**Subscription ID**| <*yourAzureSubscription-ID*> | The GUID 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`|
204
+
|**Client ID**| <*yourServicePrincipal-ID*> | The `appId` GUID you previously created for your Azure service principal |
205
+
|**Client Secret**| <*yourSecurePassword*> | The `password` value or "secret" you previously used for your Azure service principal |
206
+
|**OAuth 2.0 Token Endpoint**|`https://login.windows.net/`<*yourAzureActiveDirectoryTenant-ID*> | The URL endpoint to use for authentication and includes the GUID for your Azure Active Directory tenant |
207
+
|**ID**| <*yourServicePrincipal-ID*> | The `appId` GUID you previously created for your Azure service principal |
208
208
||||
209
209
210
-
If you don't know your Azure subscription ID, run this Azure
211
-
CLI command from either the command line or in Cloud Shell:
212
-
213
-
```azurecli-interactive
214
-
az account list
215
-
```
210
+
For example:
211
+
212
+

213
+
214
+
1. To confirm your service principal works,
215
+
choose **Verify Service Principal**.
216
+
When you're done, choose **OK**.
216
217
217
218
## Create build and deploy pipeline
218
219
@@ -223,7 +224,7 @@ In Jenkins, create the pipeline job for building and deploying your app.
223
224

224
225
225
226
1. Provide a name for your pipeline job, for example,
226
-
"My-Java-Web-App-pipeline", and select **Pipeline**.
0 commit comments