This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.47k
stars
4.8k
forks
source link
[FEATURE REQ] When in prompt mode, Infrastructure pre-adds `param location string = resourceGroup().location`. #42276
Library name
Azure.Provisioning
Please describe the feature.
When in prompt mode we need the CDK to prepend the following parameter to the construct:
This parameter would then be used whenever a resource is added to the construct. The following Aspire code:
... would result in the following Bicep: