Azure / azure-saas

The Azure SaaS Development Kit (ASDK) provides a reference architecture, deployable reference implementation and tools to help developers, startups, ISVs and Enterprises deliver their applications as a SaaS service. A platform for platform creators.
https://aka.ms/azuresaasdevkit
326 stars 239 forks source link

Clicking on "Deploy to Azure" on https://azuresaas.net/ results in an error. #198

Closed MichaelSchreiber closed 1 year ago

MichaelSchreiber commented 1 year ago

Describe the bug Clicking on "Deploy to Azure" on https://azuresaas.net/ results in: There was an error downloading from URI 'https://raw.githubusercontent.com/Azure/azure-saas/main/src/Saas.Deployment/Saas.Deployment.Root/createUiDefinition.json'. Ensure that the template is publicly accessible and that the publisher has enabled CORS policy on the endpoint. There was an error downloading the template from URI 'https://raw.githubusercontent.com/Azure/azure-saas/main/src/Saas.Deployment/Saas.Deployment.Root/azuredeploy.json'. Ensure that the template is publicly accessible and that the publisher has enabled CORS policy on the endpoint. To deploy this template, download the template manually and paste the contents in the 'Build your own template in the editor' option below.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on 'Deploy to Azure'
  3. See error Following the link https://raw.githubusercontent.com/Azure/azure-saas/main/src/Saas.Deployment/Saas.Deployment.Root/createUiDefinition.json manually results in a 404.

Expected behavior The custom deployment should start.

Screenshots n/a

Desktop

Additional context n/a

nickpinheiro commented 1 year ago

Hi @MichaelSchreiber. Thank you for your issue submission. We have disabled the previous 'Deploy to Azure' button as we are undergoing an upgrade of the deployment process which we will release soon. We have gone ahead and removed the button from azuresaas.net. We will notify the community of the future deployment release via the mailing list. Thanks!

landonpierce commented 1 year ago

@MichaelSchreiber Just to add to Nick's comment, the latest and greatest documentation/quick start guide can be found here with deployment instructions: https://azure.github.io/azure-saas/quick-start/