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
Copy file name to clipboardExpand all lines: docs/send-data/collect-from-other-data-sources/azure-blob-storage/block-blob/full-vnet-integration.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,51 +12,51 @@ Current solution to bring the block blob data from storage account in Sumo Logic
12
12
2. Create a Virtual Network (for ex brvnet), subnet (brsubnet) and NSG (brnsg).
13
13
14
14
Screenshot of the Virtual Network, Only Storage Service Endpoint is required in the same subnet which is associated with the functions and storage accounts.
15
-
```block-blob-vnet-creation.png```
15
+
<img src={useBaseUrl('/img/send-data/blockblob/block-blob-vnet-creation.png')} alt="Virtual Network creation with storage service endpoint" style={{border: '1px solid gray'}} width="800" />
16
16
17
17
Screenshot of the NSG rules. Everything can be set to default
4. You can restrict its access of Storage account containing flow logs to selected networks by going to Storage Account \-\> Networking. Subnet of storage account same as subnet configured in SUMOBRTaskConsumer and SUMOBRDLQProcessor VNe integration step.
26
26
Below is the screenshot of the storage account where NSG flow logs are stored.
27
27
Even the ip addresses are not required to be whitelisted in the firewall (this we will fix in our docs).
6. In all the three azure functions you can restrict inbound traffic by going to Function App \-\> Networking \-\> Inbound traffic configuration \-\> Access restrictions allowing only subnet created in step 1\.
7. To enable functions to access storage account created by arm template you need to do following steps
37
37
1. Select content storage in Configuration Routing and select Outbound internet traffic under Application routing in Azure Function Vnet integration for each function.
10. The service bus created by arm template is on standard tier \- which does not support vnet integration. Follow the below steps to create a new Service bus on premium tier (supports premium tier)
62
62
1. create new service bus namespace with premium plan \-
@@ -78,16 +78,16 @@ Screenshot of TaskConsumer Vnet integration of the Function.
78
78
79
79
11. Enable Service endpoints for below services in your Vnet.
0 commit comments