Azure / bicep

Bicep is a declarative language for describing and deploying Azure resources
MIT License
3.21k stars 745 forks source link

Should be able to search for "bicep" in azure.microsoft.com to find bicep samples #5667

Open StephenWeatherford opened 2 years ago

StephenWeatherford commented 2 years ago

I think adding "bicep" to the description or summary will do this, see this one example that shows up with a "bicep" search:

image It has bicep in the description and summary: { "$schema": "https://aka.ms/azure-quickstart-templates-metadata-schema#", "type": "QuickStart", "itemDisplayName": "Azure Machine Learning end-to-end secure setup", "description": "This set of Bicep templates demonstrates how to set up Azure Machine Learning end-to-end in a secure set up. This reference implementation includes the Workspace, a CPU compute cluster, a GPU compute cluster, compute instance and attached private AKS cluster.", "summary": "This set of Bicep templates demonstrates how to set up Azure Machine Learning end-to-end in a secure set up.", "githubUsername": "deeikele", "dateUpdated": "2021-09-29", "environments": [ "AzureCloud", "AzureUSGovernment" ] }

StephenWeatherford commented 2 years ago

We could perform a checkin that does this to existing bicep examples and add it to our checks for new/modified samples