Bicep Codeblock Highlight
Add this to the head
of your HTML Page, or
add Shiki.
<script src="https://esm.sh/[email protected]" defer async></script>
Edit the codeblock.
resource exampleStorageAccount 'Microsoft.Storage/storageAccounts@2022-09-01' = {
name: 'example'
location: 'eastus'
sku: {
name: 'Standard_LRS'
}
kind: 'StorageV2'
}
Copy paste this.