Skip to content

Commit 1712523

Browse files
authored
Update functions-reference.md
1 parent 4584725 commit 1712523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ To use an identity-based connection for `AzureWebJobsStorage`, configure the fol
316316

317317
[Common properties for identity-based connections](#common-properties-for-identity-based-connections) may also be set as well.
318318

319-
If you're configuring `AzureWebJobsStorage` using a storage account that uses the default DNS suffix and service name for global Azure, following the `https://<accountName>.blob/queue/file/table.core.windows.net` format, you can instead set `AzureWebJobsStorage__accountName` to the name of your storage account. The endpoints for each storage service are inferred for this account. This doesn't work when the storage account is in a sovereign cloud or has a custom DNS.
319+
If you're configuring `AzureWebJobsStorage` using a storage account that uses the default DNS suffix and service name for global Azure, following the `https://<accountName>.[blob|queue|file|table].core.windows.net` format, you can instead set `AzureWebJobsStorage__accountName` to the name of your storage account. The endpoints for each storage service are inferred for this account. This doesn't work when the storage account is in a sovereign cloud or has a custom DNS.
320320

321321
| Setting | Description | Example value |
322322
|-----------------------------------------------------|--------------------------------------------|------------------------------------------------|

0 commit comments

Comments
 (0)