Skip to content

Commit 6af3043

Browse files
updated with new v2 app installation process
1 parent 21feee2 commit 6af3043

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

docs/integrations/microsoft-azure/azure-virtual-network.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Create a Field Extraction Rule (FER) for Azure Virtual Network by following the
123123

124124
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';
125125

126-
<MetricsSourceBeta/>cxxx
126+
<MetricsSourceBeta/>
127127

128128
### Configure logs collection
129129

@@ -200,15 +200,27 @@ In order to find virtual networks without any flow log resource, you can audit f
200200

201201
Now that you have set up data collection, install the Azure Virtual Network Sumo Logic app to use the pre-configured [dashboards](#viewing-the-azure-virtual-network-app-dashboards) that provide visibility into your environment for real-time analysis of overall usage.
202202

203-
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';
203+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
204204

205-
<AppInstallNoDataSourceV2/>
205+
<AppInstallIndexV2/>
206+
207+
As part of the app installation process, the following fields will be created by default:
208+
209+
- `tenant_name`. This field is tagged at the collector level. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name).
210+
- `location`. The region to which the resource name belongs to.
211+
- `subscription_id`. ID associated with a subscription where the resource is present.
212+
- `resource_group`. The resource group name where the Azure resource is present.
213+
- `provider_name`. Azure resource provider name (for example, Microsoft.Network).
214+
- `resource_type`. Azure resource type (for example, storage accounts).
215+
- `resource_name`. The name of the resource (for example, storage account name).
216+
- `service_type`. Type of the service that can be accessed with a Azure resource.
217+
- `service_name`. Services that can be accessed with an Azure resource (for example, in Azure Container Instances the service is Subscriptions).
206218

207219
## Viewing the Azure Virtual Network app dashboards
208220

209-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
221+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
210222

211-
<ViewDashboards/>
223+
<ViewDashboardsIndex/>
212224

213225
### Overview
214226

0 commit comments

Comments
 (0)