Skip to content

Commit 05b895d

Browse files
committed
fix name
1 parent 9a5fc25 commit 05b895d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Navigate to your Azure function app’s **Configuration** page and perform the f
5151

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

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

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

@@ -66,7 +66,7 @@ Navigate to your Azure function app’s **Configuration** page and perform the f
6666
> [!NOTE]
6767
> If you are using [Azure Government](../../azure-government/documentation-government-welcome.md) or any other cloud that's separate from global Azure, then you will need to use this second option to provide specific service URLs. The values for these settings can be found in the storage account under the **Endpoints** tab. For more information on using Azure Storage with Azure Government, see the [Develop with Storage API on Azure Government](../../azure-government/documentation-government-get-started-connect-to-storage.md) documentation.
6868
69-
![Screenshot of endpoint sample.](media/durable-functions-configure-df-with-credentials/durable-functions-MI-scenario-02.png)
69+
![Screenshot of endpoint sample.](media/durable-functions-configure-df-with-credentials/durable-functions-managed-identity-scenario-02.png)
7070

7171
3. Finalize your managed identity configuration:
7272

@@ -77,7 +77,7 @@ Navigate to your Azure function app’s **Configuration** page and perform the f
7777

7878
* **AzureWebJobsStorage__clientId**: (This is a GUID value that you obtain from the Azure AD portal)
7979

80-
![Screenshot of user identity client id.](media/durable-functions-configure-df-with-credentials/durable-functions-MI-scenario-03.png)
80+
![Screenshot of user identity client id.](media/durable-functions-configure-df-with-credentials/durable-functions-managed-identity-scenario-03.png)
8181

8282

8383

@@ -104,7 +104,7 @@ In particular, this quickstart assumes that you have already:
104104

105105
3. Copy and save the secret value carefully because it will not show up again after you leave the page.
106106

107-
![Screenshot of client secret page.](media/durable-functions-configure-df-with-credentials/durable-functions-CS-scenario-01.png)
107+
![Screenshot of client secret page.](media/durable-functions-configure-df-with-credentials/durable-functions-client-secret-scenario-01.png)
108108

109109
### Assign Role-based Access Controls (RBAC) to the client application
110110

@@ -116,11 +116,11 @@ Assign these three roles to your client application with the following steps.
116116

117117
1. Navigate to your function’s storage account **Access Control (IAM)** page and add a new role assignment.
118118

119-
![Screenshot of access control page.](media/durable-functions-configure-df-with-credentials/durable-functions-CS-scenario-02.png)
119+
![Screenshot of access control page.](media/durable-functions-configure-df-with-credentials/durable-functions-client-secret-scenario-02.png)
120120

121121
2. Choose the required role, click next, then search for your application, review and add.
122122

123-
![Screenshot of role assignment page.](media/durable-functions-configure-df-with-credentials/durable-functions-CS-scenario-03.png)
123+
![Screenshot of role assignment page.](media/durable-functions-configure-df-with-credentials/durable-functions-client-secret-scenario-03.png)
124124

125125
### Add client secret configuration
126126

@@ -140,7 +140,7 @@ To run and test in Azure, specify the followings in your Azure function app’s
140140

141141
The values for these Uri variables can be found in the storage account under the **Endpoints** tab.
142142

143-
![Screenshot of endpoint sample.](media/durable-functions-configure-df-with-credentials/durable-functions-MI-scenario-02.png)
143+
![Screenshot of endpoint sample.](media/durable-functions-configure-df-with-credentials/durable-functions-managed-identity-scenario-02.png)
144144

145145
3. Add a client secret credential by specifying the following values:
146146
* **AzureWebJobsStorage__clientId**: (this is a GUID value found in the Azure AD application page)
@@ -151,5 +151,5 @@ To run and test in Azure, specify the followings in your Azure function app’s
151151

152152
The client ID and tenant ID values can be found on your client application’s overview page. The client secret value is the one that was carefully saved in the previous step. It will not be available after the page is refreshed.
153153

154-
![Screenshot of application's overview page.](media/durable-functions-configure-df-with-credentials/durable-functions-CS-scenario-04.png)
154+
![Screenshot of application's overview page.](media/durable-functions-configure-df-with-credentials/durable-functions-client-secret-scenario-04.png)
155155

0 commit comments

Comments
 (0)