File size: 125 Bytes
8a00a9b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#! /bin/bash

# Build the container
az containerapp delete \
  --name cs553-casestudy4-group13 \
  --resource-group CS553 \