File size: 286 Bytes
8a00a9b
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#! /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