Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.95 KB

File metadata and controls

44 lines (33 loc) · 1.95 KB

Track data from the International Space Station using LogicApps and EventHubs

This template could be used as a starting point for creating your own AZD-compatible templates, which you will contribute to Trainer-Demo-Deploy.

⬇️ Installation

  • Azure Developer CLI - AZD
    • When installing AZD, the above the following tools will be installed on your machine as well, if not already installed:
    • You need Owner or Contributor access permissions to an Azure Subscription to deploy the scenario.

🚀 Cloning the scenario in 4 steps:

  1. Create a new folder on your machine.
mkdir tdd-azd-starter
  1. Next, navigate to the new folder.
cd tdd-azd-starter
  1. Next, run azd init to initialize the deployment.
azd init -t petender/tdd-azd-starter
  1. Copy the starter template into its own directory and modify the template.
Update the main.bicep and resources.bicep with your own resource information
  1. Update the azure.yaml metadata
Update the name and metadata.template parameters in the azure.yaml, with your preferred scenario name, e.g. tdd-azd-trafficmgr

🚀 Push the scenario to your own GitHub:

  1. Sync the new scenario you created into your own GitHub account into a public repo, using the same name as what you specified in the azure.yaml

  2. Once available, add the necessary "additional demo scenario artifacts" (demoguide.md, demoguide screenshots, scenario architecture diagram,...)

  3. With all template details and demo artifacts available in the repo, follow the steps on how to Contribute to Trainer-Demo-Deploy, to get your scenario published into the catalog.