AdiThakker / ApimIaC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ApimIaC

Sample IaC to demo APIM integration with REST / wss APIs.

Please follow the steps below to manually deploy the resources:

Prequisites

Deploy Azure resources

  • Open the source code in VSCode. Start a terminal and navigate to the Deployment folder.

  • Sign in to your Azure account from the Visual Studio Code terminal.

 az login
  • Set the default subscription
 az account set --subscription {your-subscription-ID}
  • Create resource group
 az group create --name {resource-group-name} --location {location-name}
  • Set default resource group
 az configure --defaults group={resource-group-name}
  • Deploy bicep template
az deployment group create --template-file main.bicep 
  • Verify deployment
az deployment group list --output table

About


Languages

Language:Bicep 100.0%