From 642a43caaacadeef67ecede5930b25d56e8277af Mon Sep 17 00:00:00 2001 From: "Y. Luis" Date: Mon, 10 Oct 2022 13:49:35 +0100 Subject: [PATCH] Format README command to allow copy (#251) * Update README.md * Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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": "",