Skip to content

Commit 0980fa0

Browse files
committed
Fix spelling error
1 parent 472230f commit 0980fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/send-data/collect-from-other-data-sources/azure-monitoring/arm-integration-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,6 @@ To filter events by container name, do the following:
375375
```System.Private.CoreLib: Access to the path 'C:\home\site\wwwroot' is denied```
376376

377377
This will also result unauthorized error in error logs for azure function.
378-
Every azure function always has a storage account associated with it for dumping logs, trigger event , metadata etc. Our arm template also creates 3 azure function and a single storage account (lets call it sumoBRlogs storage account). When this storage account access is retricted (not public) then this problem occurs.
378+
Every azure function always has a storage account associated with it for dumping logs, trigger event , metadata etc. Our arm template also creates 3 azure function and a single storage account (lets call it sumoBRlogs storage account). When this storage account access is restricted (not public) then this problem occurs.
379379

380380
The solution is to do a virtual network (vnet) integration of azure function and allow the access to this virtual network to the sumoBRlogs storage account. Follow these [steps](/docs/send-data/collect-from-other-data-sources/azure-blob-storage/block-blob/collect-logs/#enabling-vnet-integration-optional) to do a vnet integration. And set [this environment variable](https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings#website_contentovervnet) to 1, in all the three azure function created by ARM template - Producer, consumer and DLQ.

0 commit comments

Comments
 (0)