Skip to content

Commit 41c6208

Browse files
committed
fixing bullet point format
1 parent 00d83e3 commit 41c6208

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/azure-functions/durable/durable-functions-configure-managed-identity.md

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

105105
- **Azure cloud**: If your app runs in *public Azure*, add a setting that identifies an Azure storage account name:
106106

107-
- `AzureWebJobsStorage__accountName: << Azure Storage account name >>`
107+
- `AzureWebJobsStorage__accountName: < Azure Storage account name >`
108108

109109
Example: `AzureWebJobsStorage__accountName: mystorageaccount123`
110110

111111
- **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.
112112

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 >`
118114

119115
Example: `AzureWebJobsStorage__blobServiceUri: https://mystorageaccount123.blob.core.windows.net/`
120116

121-
- `AzureWebJobsStorage__queueServiceUri: << Service endpoint >>`
117+
- `AzureWebJobsStorage__queueServiceUri: < Service endpoint >`
122118

123119
Example: `AzureWebJobsStorage__queueServiceUri: https://mystorageaccount123.queue.core.windows.net/`
124120

125-
- `AzureWebJobsStorage__tableServiceUri: << Service endpoint >>`
121+
- `AzureWebJobsStorage__tableServiceUri: < Service endpoint >`
126122

127123
Example: `AzureWebJobsStorage__tableServiceUri: https://mystorageaccount123.table.core.windows.net/`
128124

129125
You can get the values for these URI variables in the storage account information on the Endpoints tab.
130126

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

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+
133132
1. Finish your managed identity configuration (remember to click "Apply" after making the setting changes):
134133

135134
* If you use a *system-assigned identity*, make no other changes.

0 commit comments

Comments
 (0)