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/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/_azure_app_registration_guide.mdx
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,40 +4,40 @@ To ingest resources from Azure, you will need to create an Azure App Registratio
4
4
5
5
1. Create an Azure App Registration in the Azure portal.
6. Assign the `Reader` role to the App Registration.
34
34
35
-
:::tip Permissions
36
-
The Reader role is recommended for querying all resources in your Azure subscription. You can restrict permissions to specific resource groups or types by assigning a different role. If you do this, remember to adjust permissions when adding more resources to the catalog.
37
-
Basic permissions required for ingesting resources from Azure include:
38
-
-`Microsoft.Resources/subscriptions/read` (to list the accessible subscriptions)
39
-
-`Microsoft.Resources/subscriptions/resourceGroups/read` (to list the accessible resource groups)
40
-
-`read`/`list` permissions to the resources you want to ingest
41
-
:::
35
+
:::tip Permissions
36
+
The Reader role is recommended for querying all resources in your Azure subscription. You can restrict permissions to specific resource groups or types by assigning a different role. If you do this, remember to adjust permissions when adding more resources to the catalog.
37
+
Basic permissions required for ingesting resources from Azure include:
38
+
- `Microsoft.Resources/subscriptions/read` (to list the accessible subscriptions)
39
+
- `Microsoft.Resources/subscriptions/resourceGroups/read` (to list the accessible resource groups)
40
+
- `read`/`list` permissions to the resources you want to ingest
0 commit comments