1 implementation of CompileBicepToArmAsync
Aspire.Hosting.Azure (1)
Provisioning\Internal\BicepCompiler.cs (1)
15
public async Task<string>
CompileBicepToArmAsync
(string bicepFilePath, CancellationToken cancellationToken = default)
1 reference to CompileBicepToArmAsync
Aspire.Hosting.Azure (1)
Provisioning\Provisioners\BicepProvisioner.cs (1)
143
var armTemplateContents = await bicepCompiler.
CompileBicepToArmAsync
(path, cancellationToken).ConfigureAwait(false);