2 references to SetScopeValueAsync
Aspire.Hosting.Azure (2)
Provisioning\BicepUtilities.cs (2)
91
await
SetScopeValueAsync
(scope, "resourceGroup", targetScope.ResourceGroup, cancellationToken).ConfigureAwait(false);
93
await
SetScopeValueAsync
(scope, "subscription", targetScope.Subscription, cancellationToken).ConfigureAwait(false);