A repo to demonstrate using Github Pages for publishing code documentation
by
This Bicep project contains templates for deploying resources to Azure.
az login
Navigate to the directory containing the Bicep files.
az deployment group create --resource-group <your-resource-group> --template-file main.bicep
Replace <your-resource-group> with the name of your Azure resource group.
For more details on Bicep, visit the official documentation at Bicep Documentation.