Docs / Install-Manifests: Fix Azure Deployment Buttons

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6017
GitOrigin-RevId: ab3bb95f7243d96504adc05b6b20e0aa8229bf65
This commit is contained in:
Sean Park-Ross 2022-09-22 21:28:44 +01:00 committed by hasura-bot
parent fef1caabce
commit e0c0d7b73f
3 changed files with 6 additions and 8 deletions

View File

@ -30,19 +30,17 @@ You can deploy all the resources mentioned in this guide with the one-click butt
<Tabs className="rst-class">
<TabItem value="with-new-pg-server" label="With a new Postgres Server">
[<img src="/img/deployment/deploybutton.png" className="no-shadow" width="200" alt="azure_deploy_button_new_pg" />](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json)
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json)
(This button takes you to the Azure Portal. You might want to `Ctrl+Click` to open it in a new tab. Read more about this
Resource Manager Template
(This button takes you to the Azure Portal. Read more about this Resource Manager Template
[here](https://github.com/hasura/graphql-engine/tree/stable/install-manifests/azure-container-with-pg)).
</TabItem>
<TabItem value="with-existing-pg-server" label="With an existing Postgres Server">
[<img src="/img/deployment/deploybutton.png" className="no-shadow" width="200" alt="azure_deploy_button_existing_pg" />](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container%2fazuredeploy.json)
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container%2fazuredeploy.json)
(This button takes you to the Azure Portal. You might want to `Ctrl+Click` to open it in a new tab. Read more about this
Resource Manager Template
(This button takes you to the Azure Portal. Read more about this Resource Manager Template
[here](https://github.com/hasura/graphql-engine/tree/stable/install-manifests/azure-container)).
</TabItem>

View File

@ -11,7 +11,7 @@ For a more detailed step-by-step guide on deplopying individual
resources to Azure using the CLI, refer to the
[documentation](https://hasura.io/docs/latest/graphql/core/guides/deployment/azure-container-instances-postgres.html).
[![Deploy to Azure Button](https://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json)
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json)
(The button opens Azure Portal, you might want to do a <kbd>Ctrl+Click</kbd>, to get it on a new tab)

View File

@ -11,7 +11,7 @@ For a more detailed step-by-step guide on deplopying individual
resources to Azure using the CLI, refer to the
[documentation](https://hasura.io/docs/latest/graphql/core/guides/deployment/azure-container-instances-postgres.html).
[![Deploy to Azure Button](https://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container%2fazuredeploy.json)
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container%2fazuredeploy.json)
(The button opens Azure Portal, you might want to do a <kbd>Ctrl+Click</kbd>, to get it on a new tab)