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.57k
stars
4.82k
forks
source link
[Azure.Provisioning]: Add support for BicepFunction.Interpolate that takes a format string #47360
If I already have a format string, I'd like to do use it as part of a BicepValue<string> without having to rebuild it manually using BicepStringBuilder. This is what we are doing today in Aspire.
If I already have a format string, I'd like to do use it as part of a
BicepValue<string>
without having to rebuild it manually usingBicepStringBuilder
. This is what we are doing today in Aspire.