Case-Study1 / azure_init.sh
Avi Bissoondial
Azure add
8a00a9b
raw
history blame contribute delete
286 Bytes
#! /bin/bash
#This will initialize the azure resource group and environment
#Only needs to be ran once per azure environment
az group create --name CS553 --location eastus
az containerapp env create \
--name managedenvironment-cs553 \
--resource-group CS553 \
--location eastus