Skip to content

Commit b5ff248

Browse files
committed
global Azure => public Azure
1 parent c3163e9 commit b5ff248

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Before you can use your app's managed identity, make some changes to the app con
6666

6767
Use *one of the following methods* depending on the cloud that your app runs in.
6868

69-
* **Azure cloud**: If your app runs In *global Azure*, add a setting that identifies an Azure storage account name:
69+
* **Azure cloud**: If your app runs in *public Azure*, add a setting that identifies an Azure storage account name:
7070

7171
* `AzureWebJobsStorage__<accountName>`
7272

@@ -75,7 +75,7 @@ Before you can use your app's managed identity, make some changes to the app con
7575
* **Non-Azure cloud**: If your application runs in a cloud outside of Azure, you must add a specific service URI (endpoint) for the storage account instead of an account name.
7676

7777
> [!NOTE]
78-
> If you're using [Azure Government](../../azure-government/documentation-government-welcome.md) or any other cloud that's separate from global Azure, you must use the option to provide a specific service URL. For more information about using Azure Storage with Azure Government, see [Develop by using the Storage API in Azure Government](../../azure-government/documentation-government-get-started-connect-to-storage.md).
78+
> If you're using [Azure Government](../../azure-government/documentation-government-welcome.md) or any other cloud that's separate from public Azure, you must use the option to provide a specific service URL. For more information about using Azure Storage with Azure Government, see [Develop by using the Storage API in Azure Government](../../azure-government/documentation-government-get-started-connect-to-storage.md).
7979
8080
* `AzureWebJobsStorage__<blobServiceUri>`
8181

@@ -161,7 +161,7 @@ In the Azure portal, run and test the application. To run and test the app local
161161

162162
Use *one of the following methods* depending on the cloud that your app runs in.
163163

164-
* **Azure cloud**: If your app runs In *global Azure*, add a setting that identifies an Azure storage account name:
164+
* **Azure cloud**: If your app runs in *public Azure*, add a setting that identifies an Azure storage account name:
165165

166166
* `AzureWebJobsStorage__<accountName>`
167167

@@ -170,7 +170,7 @@ In the Azure portal, run and test the application. To run and test the app local
170170
* **Non-Azure cloud**: If your application runs in a cloud outside of Azure, you must add a specific service URI (endpoint) for the storage account instead of an account name.
171171

172172
> [!NOTE]
173-
> If you're using [Azure Government](../../azure-government/documentation-government-welcome.md) or any other cloud that's separate from global Azure, you must use the option to provide a specific service URL. For more information about using Azure Storage with Azure Government, see [Develop by using the Storage API in Azure Government](../../azure-government/documentation-government-get-started-connect-to-storage.md).
173+
> If you're using [Azure Government](../../azure-government/documentation-government-welcome.md) or any other cloud that's separate from public Azure, you must use the option to provide a specific service URL. For more information about using Azure Storage with Azure Government, see [Develop by using the Storage API in Azure Government](../../azure-government/documentation-government-get-started-connect-to-storage.md).
174174
175175
* `AzureWebJobsStorage__<blobServiceUri>`
176176

0 commit comments

Comments
 (0)