Skip to content

Commit b9d20aa

Browse files
author
Test
committed
Update Azure resource mapping documentation for consistency in headings and notes
1 parent 984804c commit b9d20aa

File tree

1 file changed

+12
-12
lines changed
  • docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/resource_templates

1 file changed

+12
-12
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/resource_templates/advanced.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ import KeyVaultBlueprint from './key_vault/\_blueprint.mdx'
3131
import KeyVaultAppConfig from './key_vault/\_port_app_config.mdx'
3232

3333

34-
## Mapping Storage Resources
34+
## Mapping storage resources
3535

3636
The following example demonstrates how to ingest your Azure Storage Accounts and Containers to Port.
3737
You can use the following Port blueprint definitions and integration configuration:
3838

39-
:::note
39+
:::note Resource group requirement
4040
The Storage Account has a relation to the Resource Group, so creation of the [Resource Group blueprint](#mapping-resource-groups) is required.
4141
:::
4242

@@ -51,12 +51,12 @@ Here are the API references we used to create those blueprints and app config:
5151
- [Storage Account](https://docs.microsoft.com/en-us/rest/api/storagerp/storageaccounts/list)
5252
- [Storage Container](https://learn.microsoft.com/en-us/rest/api/storagerp/blob-containers/list?tabs=HTTP)
5353

54-
## Mapping Compute Resources
54+
## Mapping compute resources
5555

5656
The following example demonstrates how to ingest your Azure Resources to Port.
5757
You can use the following Port blueprint definitions and integration configuration:
5858

59-
:::note
59+
:::note Resource group requirement
6060
The Resources below have a relation to the Resource Group, so creation of the [Resource Group blueprint](#mapping-resource-groups) is required.
6161
:::
6262

@@ -80,12 +80,12 @@ Here are the API references we used to create those blueprints and app config:
8080
- [Virtual Machine](https://learn.microsoft.com/en-us/rest/api/compute/virtual-machines/list-all?tabs=HTTP)
8181
- [Web App](https://learn.microsoft.com/en-us/rest/api/appservice/web-apps/list)
8282

83-
## Mapping Database Resources
83+
## Mapping database resources
8484

8585
The following example demonstrates how to ingest your Azure Database Resources to Port.
8686
You can use the following Port blueprint definitions and integration configuration:
8787

88-
:::note
88+
:::note Resource group requirement
8989
The Database Resources below have a relation to the Resource Group, so creation of the [Resource Group blueprint](#mapping-resource-groups) is required.
9090
:::
9191

@@ -97,12 +97,12 @@ Here are the API references we used to create those blueprints and app config:
9797

9898
- [Postgres Flexible Server](https://docs.microsoft.com/en-us/rest/api/azure-postgresql/flexibleservers)
9999

100-
## Mapping Service Bus Resources
100+
## Mapping service bus resources
101101

102102
The following example demonstrates how to ingest your Azure Service Bus resources (Namespaces, Queues, Topics, and Subscriptions) to Port.
103103
You can use the following Port blueprint definitions and integration configuration:
104104

105-
:::note
105+
:::note Hierarchical relationships
106106
The Service Bus resources have a hierarchical relationship. The Namespace relates to the Resource Group, Queues and Topics relate to the Namespace, and Subscriptions relate to Topics. Creation of the [Resource Group blueprint](#mapping-resource-groups) is required.
107107
:::
108108

@@ -123,12 +123,12 @@ Here are the API references we used to create those blueprints and app config:
123123
- [Service Bus Topic](https://learn.microsoft.com/en-us/rest/api/servicebus/stable/topics/list-by-namespace)
124124
- [Service Bus Subscription](https://learn.microsoft.com/en-us/rest/api/servicebus/stable/subscriptions/list-by-topic)
125125

126-
## Mapping Application Insights
126+
## Mapping application insights
127127

128128
The following example demonstrates how to ingest your Azure Application Insights components to Port.
129129
You can use the following Port blueprint definitions and integration configuration:
130130

131-
:::note
131+
:::note Resource group requirement
132132
Application Insights has a relation to the Resource Group, so creation of the [Resource Group blueprint](#mapping-resource-groups) is required.
133133
:::
134134

@@ -140,12 +140,12 @@ Here are the API references we used to create those blueprints and app config:
140140

141141
- [Application Insights](https://learn.microsoft.com/en-us/rest/api/application-insights/components/list)
142142

143-
## Mapping Key Vault
143+
## Mapping key vault
144144

145145
The following example demonstrates how to ingest your Azure Key Vaults to Port.
146146
You can use the following Port blueprint definitions and integration configuration:
147147

148-
:::note
148+
:::note Resource group requirement
149149
Key Vault has a relation to the Resource Group, so creation of the [Resource Group blueprint](#mapping-resource-groups) is required.
150150
:::
151151

0 commit comments

Comments
 (0)