diff --git a/README.md b/README.md index a991cfb5..632a63f4 100644 --- a/README.md +++ b/README.md @@ -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 \ --scopes /subscriptions/{subscription-id}/resourceGroups/{resource-group} \ --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": "", "clientSecret": "",