Azure-Samples / cognitive-services-speech-sdk

Sample code for the Microsoft Cognitive Services Speech SDK
MIT License
2.79k stars 1.82k forks source link

[IngestionClient] Use bicep templates instead of raw ARM json templates for deployment. #2451

Open superhindupur opened 2 months ago

superhindupur commented 2 months ago

Is your feature request related to a problem? Please describe. From the official Azure documentation: "You can use Bicep instead of JSON to develop your Azure Resource Manager templates (ARM templates). The JSON syntax to create an ARM template can be verbose and require complicated expressions. Bicep syntax reduces that complexity and improves the development experience. Bicep is a transparent abstraction over ARM template JSON and doesn't lose any of the JSON template capabilities. During deployment, the Bicep CLI converts a Bicep file into ARM template JSON."

This is a more detailed list of advantages Bicep can give you.

Describe the solution you'd like Replace the raw JSON ARM templates in IngestionClient with the equivalent bicep templates, and support running azd up to deploy to Azure.

github-actions[bot] commented 1 month ago

This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label.

pankopon commented 3 weeks ago

@HenryvanderVegte There are several "[IngestionClient]" items open, are these actual customer issues or more general backlog work items? Is there a plan for them? Please update.