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
// A list of subscription IDs that CloudQuery will skip syncing.
18
+
// This is useful if CloudQuery is discovering the list of subscription IDs and there are some subscriptions that you want to not even attempt syncing.
Copy file name to clipboardExpand all lines: website/pages/docs/plugins/sources/azure/configuration.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This is the (nested) spec used by the Azure source plugin.
21
21
22
22
-`concurrency` (`int`) (default: `50000`):
23
23
24
-
A best effort maximum number of Go routines to use. Lower this number to reduce memory usage.
24
+
The best effort maximum number of Go routines to use. Lower this number to reduce memory usage.
25
25
26
26
-`discovery_concurrency` (`int`) (default: `400`)
27
27
@@ -40,4 +40,6 @@ This is the (nested) spec used by the Azure source plugin.
40
40
41
41
-`oidc_token` (`string`) (default: empty)
42
42
43
-
An OIDC token can be used to authenticate with Azure instead of `AZURE_CLIENT_SECRET`. This is useful for Azure AD workload identity federation. When using this option, the `AZURE_CLIENT_ID` and `AZURE_TENANT_ID` environment variables must be set.
43
+
An OIDC token can be used to authenticate with Azure instead of `AZURE_CLIENT_SECRET`.
44
+
This is useful for Azure AD workload identity federation.
45
+
When using this option, the `AZURE_CLIENT_ID` and `AZURE_TENANT_ID` environment variables must be set.
0 commit comments