You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-functions-configure-durable-functions-with-credentials.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,13 @@ Navigate to your app's storage resource on the Azure portal. Follow [these instr
45
45
* Storage Blob Data Contributor
46
46
* Storage Table Data Contributor
47
47
48
-
### Add managed identity configuration in the Azure Portal
48
+
### Add managed identity configuration in the Azure portal
49
49
50
50
Navigate to your Azure function app’s **Configuration** page and perform the following changes:
51
51
52
52
1. Remove the default value "AzureWebJobsStorage".
53
53
54
-

54
+
[](./media/durable-functions-configure-df-with-credentials/durable-functions-managed-identity-scenario-01.png#lightbox)
55
55
56
56
2. Link your Azure storage account by adding **either one** of the following value settings:
57
57
@@ -90,11 +90,11 @@ Registering a client application in Azure Active Directory (Azure AD) is another
90
90
The following steps assume that you're starting with an existing Durable Functions app and are familiar with how to operate it.
91
91
In particular, this quickstart assumes that you have already:
92
92
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.
94
94
95
95
96
96
### 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).
98
98
99
99
2. Create a client secret for your client application. In your registered application:
100
100
@@ -124,7 +124,7 @@ Assign these three roles to your client application with the following steps.
124
124
125
125
### Add client secret configuration
126
126
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.
128
128
129
129
1. Remove the default value "AzureWebJobsStorage".
0 commit comments