Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (41 loc) · 3.01 KB

File metadata and controls

52 lines (41 loc) · 3.01 KB
page_type languages products description urlFragment
sample
json
yml
Azure Resource Manager (ARM)
Azure DevOps
A sample subscription level deployment of two vnets in separate regions and peering.

Official Microsoft Sample

A sample subscription level deployment of two vnets in separate regions. The sample creates resource groups, an example policy definition and assignment as well as the nested deployments for each vnet. The sample includes an example DevOps Pipeline to peer the two vnets and demonstrate marshalling variables from the output of the first deployment to parameters of the second.

Contents

File/folder Description
sample\ All sample files are in this folder.
sample\az-deploy.json ARM Template deployment file.
sample\az-deploy.parameters.json ARM Template parameters file.
sample\az-peer-vnets.json ARM Template to peer vnets.
sample\azure-pipelines.yml Example DevOps piplines file.
.gitignore Define what to ignore at commit time.
CHANGELOG.md List of changes to the sample.
CONTRIBUTING.md Guidelines for contributing to the sample.
README.md This README file.
LICENSE The license for the sample.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.