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