Skip to content

Commit

Permalink
added links to build & release scripts from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-frankel committed Dec 12, 2019
1 parent 590cedc commit 15fa73b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ Using the Blueprints in the Azure Portal is a great way to get started with Blue
- [How Parameters work](#how-parameters-work)
- [Passing values between artifacts](#passing-values-between-artifacts)
- [Sequencing the deployment of artifacts](#sequencing-the-deployment-of-artifacts)
- [Push the Blueprint definition to Azure](#push-the-blueprint-definition-to-azure)
- [Push the Blueprint definition to Azure](#push-the-blueprint-definition-to-azure)
- [Next steps](#next-steps)
- [Contributing](#contributing)

## Next steps to operationalize blueprints
- [Create and publish the blueprint definition from source with powershell or CI/CD](./pipelines-scripts/build.ps1)
- [Assigning with powershell or CI/CD](./pipelines-scripts/release.ps1)


## Prerequisites

This doc assumes you have a basic understanding of how blueprints work. If you've never used Blueprints before, this will be a little overwhelming. We recommend you build your first blueprint with the UI to understand how everything works. You can try it at [aka.ms/getblueprints](https://aka.ms/getblueprints) and learn more about it in the [docs](https://docs.microsoft.com/en-us/azure/governance/blueprints/overview) or watch this [15 minute overview](https://www.youtube.com/watch?v=cQ9D-d6KkMY).
Expand Down

0 comments on commit 15fa73b

Please sign in to comment.