Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
epomatti committed Oct 15, 2022
1 parent 601b408 commit 79de15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Identify the values marked as `{...}` that need to be replaced.
az ad app create --display-name "{name}" --query appId -o tsv

# Create a secret ---> 💡 save the output for later
az ad app credential reset --append --display-name postman --id "{APPLICATION ID}"
az ad app credential reset --append --display-name postman --id "{APP ID}"

# Create the service principal
az ad sp create --id "{APP ID}" --query id -o tsv
Expand Down

0 comments on commit 79de15a

Please sign in to comment.