From 5dbba71255e6f1ec32d91a1621a144d8b24f41a9 Mon Sep 17 00:00:00 2001 From: Max Held Date: Tue, 29 Sep 2020 14:17:06 +0200 Subject: [PATCH] fix typo (#58) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9109e730..ec249d54 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Follow the steps to configure the secret: } ``` - * You can also further scope down the Azure Credentials to a specific Azure resource, for example - a Web App by specifying the path to the specic resource in the *--scopes* attribute. Below script is for scoping the credentials to a web app of name *{app-name}* + * You can also further scope down the Azure Credentials to a specific Azure resource, for example - a Web App by specifying the path to the specific resource in the *--scopes* attribute. Below script is for scoping the credentials to a web app of name *{app-name}* ```bash az ad sp create-for-rbac --name "myApp" --role contributor \ --scopes /subscriptions/{subscription-id}/resourceGroups/{resource-group}/providers/Microsoft.Web/sites/{app-name} \