Skip to content

Commit

Permalink
Fix deploy to azure url (#432)
Browse files Browse the repository at this point in the history
* Fix deploy to azure url

* yarn version check
  • Loading branch information
andresmor-ms authored Oct 13, 2023
1 parent d5f1eef commit a4921f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .yarn/versions/aefbc9a8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
showwhy: patch
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For developers wishing to contribute to the project, refer to [DEVELOPING.md](./

# Deployment

[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Fshowwhy%2Fmain%2Fdocs%2Fdeployment%2Fazure-template%mainTemplate.json)
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Fshowwhy%2Fmain%2Fdocs%2Fdeployment%2Fazure-template%2FmainTemplate.json)

Check the [deployment documentation](./docs/deployment/README.md) for instructions on how to deploy to deploy SHowWhy to Azure AKS (either via one-click or manually), and how to deploy ShowWhy into a local Kubernetes instance.

Expand Down

0 comments on commit a4921f4

Please sign in to comment.