Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem committed Oct 9, 2023
1 parent 4e819e1 commit 79bcaef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

Here is a simple example Bicep file for deploying a landing zone (Subscription) with a spoke Virtual Network peered to a Hub Virtual Network, resource providers and features registration using the [Bicep Module Registry](https://github.com/Azure/bicep-registry-modules):

> A resoure group gets created in the subscription with the format "rsg-<location>-ds-<xxxx>" hosting a deployment script and a user-assigned managed identity. This resource group needs to be manually deleted if not needed after the resource providers features registration process.
> The resource providers registration process is asyncronous as it might take extended periods of time to register.
> After a preview feature is registered in your subscription, you'll see one of two states: Registered or Pending.
>
> - For a preview feature that doesn't require approval, the state is Registered.
> - If a preview feature requires approval, the registration state is Pending. You must request approval from the Azure service offering the preview feature. Usually, you request access through a support ticket.
```bicep
targetScope = 'managementGroup'
Expand Down

0 comments on commit 79bcaef

Please sign in to comment.