Skip to content

Commit 31ab2ed

Browse files
Merge pull request #260843 from juliakm/users/jukullam/replace-sdk-auth
Replace --sdk-auth with --json-auth
2 parents f3b0bc1 + d8f45c8 commit 31ab2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/deploy-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can create a [service principal](../active-directory/develop/app-objects-and
7676
```azurecli-interactive
7777
az ad sp create-for-rbac --name "myApp" --role contributor \
7878
--scopes /subscriptions/<subscription-id>/resourceGroups/<group-name>/providers/Microsoft.Web/sites/<app-name> \
79-
--sdk-auth
79+
--json-auth
8080
```
8181

8282
In the previous example, replace the placeholders with your subscription ID, resource group name, and app name. The output is a JSON object with the role assignment credentials that provide access to your App Service app similar to the following JSON snippet. Copy this JSON object for later.

0 commit comments

Comments
 (0)