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
-**Non-Azure cloud**: If your application runs in a cloud outside of Azure, you must add a specific service URI (*an endpoint*) for the storage account instead of an account name.
112
112
113
-
> [!NOTE]
114
-
> If you are 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 on using Azure Storage with Azure Government, see the [Develop by using the Storage API in Azure Government](../../azure-government/documentation-government-get-started-connect-to-storage.md).
115
-
116
-
117
-
-`AzureWebJobsStorage__blobServiceUri: << Service endpoint >>`
113
+
-`AzureWebJobsStorage__blobServiceUri: < Service endpoint >`
You can get the values for these URI variables in the storage account information on the Endpoints tab.
130
126
131
127

132
128
129
+
> [!NOTE]
130
+
> If you are using [Azure Government](../../azure-government/documentation-government-welcome.md) or any other cloud that's separate from public Azure, you must use the option that provides a specific service URI. For more information on using Azure Storage with Azure Government, see the [Develop by using the Storage API in Azure Government](../../azure-government/documentation-government-get-started-connect-to-storage.md).
131
+
133
132
1. Finish your managed identity configuration (remember to click "Apply" after making the setting changes):
134
133
135
134
* If you use a *system-assigned identity*, make no other changes.
0 commit comments