Skip to content

Commit

Permalink
Update README.md (#59)
Browse files Browse the repository at this point in the history
--name and ``` are duplicated.
  • Loading branch information
anishi1222 committed May 2, 2023
1 parent d24506c commit 0cd2130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ Create an Azure Active Directory application:
AZURE_CLIENT_ID=$(az ad app create --display-name github-petclinic-actions --query appId --output tsv)
GITHUB_OBJECTID=$(az ad app show --id $AZURE_CLIENT_ID --query id --output tsv)
```
```

Create a service principal for the application:

Expand Down Expand Up @@ -688,7 +687,7 @@ Enable System Assigned Identities for applications and export identities to envi
az spring app identity assign --name ${VETS_SERVICE}
export VETS_SERVICE_IDENTITY=$(az spring app show --name ${VETS_SERVICE} --query 'identity.principalId' --output tsv)

az spring app identity assign --name --name ${VISITS_SERVICE}
az spring app identity assign --name ${VISITS_SERVICE}
export VISITS_SERVICE_IDENTITY=$(az spring app show --name ${VISITS_SERVICE} --query 'identity.principalId' --output tsv)
```

Expand Down

0 comments on commit 0cd2130

Please sign in to comment.