Skip to content

Commit 6202f3e

Browse files
authored
Merge pull request #50 from Azure/fetaure/heinrich
Improved quick start instructions
2 parents 4b8c5c6 + dadb64f commit 6202f3e

File tree

3 files changed

+433
-424
lines changed

3 files changed

+433
-424
lines changed

Definitions/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
## Table of Content
1111

12+
* [Important](#important)
13+
* [Table of Content](#table-of-content)
1214
* [Folders](#folders)
1315
* [Global Settings](#global-settings)
1416
* [managedIdentityLocation](#managedidentitylocation)
@@ -111,14 +113,12 @@ pacEnvironments define the environment controlled by Policy as Code. It must be
111113
]
112114
```
113115

114-
`cloud` defines which Azure cloud is the target.
115-
116116
Each entry in the array defines one of the environments:
117117

118118
| Element | Description |
119119
|---------|-------------|
120120
| `pacSelector` | Matches entry to `PacEnvironmentSelector`. A star is not valid. |
121-
| `cloud` | Azure environment. Examples: `"AzureCloud"`, `"AzureUSGovernment"`, `"AzureGermanCloud"`. Deafults to `"AzureCloud"` with a warning |
121+
| `cloud` | Azure environment. Examples: `"AzureCloud"`, `"AzureUSGovernment"`, `"AzureGermanCloud"`. Defaults to `"AzureCloud"` with a warning |
122122
| `tenantId` | Azure Tenant Id |
123123
| `defaultSubscriptionId` | Primary subscription for login. If the rootScope is a subscription, the default must match. |
124124
| `rootScope` | Policy and Initiative definitions are **always** deployed at this scope. Must conatin either a `MangementGroupName` or a `SubscriptionId` element |`

0 commit comments

Comments
 (0)