Format README command to allow copy (#251)

* Update README.md

* Update README.md
This commit is contained in:
Y. Luis
2022-10-10 13:49:35 +01:00
committed by GitHub
parent 6453efca84
commit 642a43caaa

View File

@@ -202,12 +202,12 @@ Follow the steps to configure Azure Service Principal with a secret:
az ad sp create-for-rbac --name "myApp" --role contributor \ az ad sp create-for-rbac --name "myApp" --role contributor \
--scopes /subscriptions/{subscription-id}/resourceGroups/{resource-group} \ --scopes /subscriptions/{subscription-id}/resourceGroups/{resource-group} \
--sdk-auth --sdk-auth
```
# Replace {subscription-id}, {resource-group} with the subscription, resource group details Replace `{subscription-id}`, `{resource-group}` with the subscription, resource group details
# The command should output a JSON object similar to this: The command should output a JSON object similar to this:
```bash
{ {
"clientId": "<GUID>", "clientId": "<GUID>",
"clientSecret": "<STRING>", "clientSecret": "<STRING>",