Documentation: Enhancements and adjustments to documentation #770
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview/Summary
General documentation enhancements and updates
Closes #764
Closes #765
This PR fixes/adds/changes/removes
This pull request primarily focuses on updating the documentation and instructions in several README files. It introduces recommendations for using the Bicep Landing Zone Vending Module instead of the current Spoke Networking Module, updates the method for deploying subnets, and adds instructions for registering the Microsoft.Insights resource provider in the Management subscription.
Here are the key updates:
Recommendation to use Bicep Landing Zone Vending Module:
infra-as-code/bicep/modules/spokeNetworking/README.md
: Added a recommendation to use the Bicep Landing Zone Vending Module instead of the current Spoke Networking Module.infra-as-code/bicep/orchestration/hubPeeredSpoke/README.md
: Similar recommendation added here.Updates to deployment instructions:
infra-as-code/bicep/modules/mgDiagSettings/README.md
: Updated the deployment commands for Azure global regions and Azure China regions. The commands now use variables for better readability and maintainability.Subnet deployment method update:
infra-as-code/bicep/modules/spokeNetworking/README.md
: Updated the recommended method for deploying subnets from CARML to AVM (Azure Verified Modules).Registration of Microsoft.Insights resource provider:
infra-as-code/bicep/orchestration/mgDiagSettingsAll/README.md
: Added a PowerShell script for checking and registering the Microsoft.Insights resource provider in the Management subscription.Breaking Changes
None
Testing Evidence
Replace this with any testing evidence to show that your Pull Request works/fixes as described and planned (include screenshots, if appropriate).
As part of this Pull Request I have
.bicep
file/s I am adding/editing are using the latest API version possiblemain
branch