Skip to content

Files

Latest commit

 

History

History

aca_private

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Create the resource group

az group create -n private-container-apps-sample -l eastus

Create the bicep deployment

az deployment group create -g private-container-apps-sample --template-file main.bicep

Logs Analytics Query

ContainerAppConsoleLogs_CL 
| where ContainerAppName_s == 'angular-app' 
| project ContainerAppName_s, Log_s, TimeGenerated 

Cleanup

az group delete -n private-container-apps-sample

References: