Skip to content

Instantly share code, notes, and snippets.

@anthonychu
Last active August 31, 2020 05:23
Show Gist options
  • Save anthonychu/9ab34d2991fb5c1c0c29faeebbe43a51 to your computer and use it in GitHub Desktop.
Save anthonychu/9ab34d2991fb5c1c0c29faeebbe43a51 to your computer and use it in GitHub Desktop.

Tailwind Traders Deploy to Azure Buttons

Instructions

Standalone

This method deploys the Tailwind Traders website with a SQL DB and Cosmos DB, and does not depend on backend microservices.

  • Select standalone
  • Ensure you select a region where you're allowed to deploy SQL Databases and App Services, each of those services have restrictions for internal subs.
  • Use a short name (< 20 characters), that name is used to generate resource names. Each resource has different naming restrictions. Stick to lower case characters, numbers, and dashes.
  • Enter a strong password for SQL, but do NOT use ; (this is a separator in SQL connection strings)

Frontend Only

This method deploys the Tailwind Traders website and calls backend services hosted somewhere else.

  • Select frontendOnly
  • You can leave the SQL login information blank

Buttons

Microsoft/TailwindTraders-Website (master branch)

Deploy to Azure

This is the master branch in the official repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment