Skip to content

Commit d160676

Browse files
authored
Apply pencil edits for blocking issues from PR review
1 parent 05b895d commit d160676

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-functions/durable/durable-functions-configure-durable-functions-with-credentials.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ Navigate to your app's storage resource on the Azure portal. Follow [these instr
4545
* Storage Blob Data Contributor
4646
* Storage Table Data Contributor
4747

48-
### Add managed identity configuration in the Azure Portal
48+
### Add managed identity configuration in the Azure portal
4949

5050
Navigate to your Azure function app’s **Configuration** page and perform the following changes:
5151

5252
1. Remove the default value "AzureWebJobsStorage".
5353

54-
![Screenshot of default storage setting.](./media/durable-functions-configure-df-with-credentials/durable-functions-managed-identity-scenario-01.png)
54+
[ ![Screenshot of default storage setting.](./media/durable-functions-configure-df-with-credentials/durable-functions-managed-identity-scenario-01.png)](./media/durable-functions-configure-df-with-credentials/durable-functions-managed-identity-scenario-01.png#lightbox)
5555

5656
2. Link your Azure storage account by adding **either one** of the following value settings:
5757

@@ -90,11 +90,11 @@ Registering a client application in Azure Active Directory (Azure AD) is another
9090
The following steps assume that you're starting with an existing Durable Functions app and are familiar with how to operate it.
9191
In particular, this quickstart assumes that you have already:
9292

93-
* Created a Durable Functions project on your local machine or in the Azure Portal.
93+
* Created a Durable Functions project on your local machine or in the Azure portal.
9494

9595

9696
### Register a client application on Azure Active Directory
97-
1. Register a client application under Azure Active Directory in the Azure Portal according to [these instructions](../../healthcare-apis/register-application.md).
97+
1. Register a client application under Azure Active Directory in the Azure portal according to [these instructions](../../healthcare-apis/register-application.md).
9898

9999
2. Create a client secret for your client application. In your registered application:
100100

@@ -124,7 +124,7 @@ Assign these three roles to your client application with the following steps.
124124

125125
### Add client secret configuration
126126

127-
To run and test in Azure, specify the followings in your Azure function app’s **Configuration** page in the Azure Portal. To run and test locally, specify the following in the function’s **local.settings.json** file.
127+
To run and test in Azure, specify the followings in your Azure function app’s **Configuration** page in the Azure portal. To run and test locally, specify the following in the function’s **local.settings.json** file.
128128

129129
1. Remove the default value "AzureWebJobsStorage".
130130

0 commit comments

Comments
 (0)