Azure Deployment Environments (ADE) demo catalog.
Environment-Definitions/BicepTemplates- active ADE Bicep definitionsEnvironment-Definitions/ARMTemplates- placeholder for ARM definitionsTasks- placeholder for Dev Box task definitions
This catalog contains two Bicep-based environment definitions:
Environment-Definitions/BicepTemplates/FunctionStorageLogsV2Environment-Definitions/BicepTemplates/FunctionStorageLogsProdV2
Each definition deploys:
- Azure Storage Account
- Azure Function App (Consumption plan)
- Azure Log Analytics Workspace
Flexible profile with low-cost defaults:
- Function plan:
Y1(Consumption) - Storage SKU:
Standard_LRS - Log Analytics SKU:
PerGB2018 - Log retention:
30days
User-configurable parameters:
namePrefixfunctionRuntime(node,python,dotnet-isolated,powershell)storageSku(Standard_LRS,Standard_GRS)
logRetentionInDays is fixed at integer value 30 and is not user-editable.
Stricter profile with fewer editable inputs.
Fixed settings:
- Runtime:
dotnet-isolated - Storage SKU:
Standard_GRS - Log retention:
90days
User-configurable parameters:
namePrefix
- In your dev center or project, open Catalogs.
- Add this GitHub repository as a catalog.
- Set folder path to
Environment-Definitions/BicepTemplates. - Sync the catalog.
- In the developer portal, choose
FunctionStorageLogsV2orFunctionStorageLogsProdV2.