flash
flash
Custom. Create alert boxes with markdown content in different colors.
Table of Contents
Hugo shortcode
The flash shortcode supports different types: note (default), tip, warning, and danger.
{{< flash >}}
Default blue note box for general information.
{{< /flash >}}
{{< flash "tip" >}}
Green tip box for helpful suggestions.
{{< /flash >}}
{{< flash "warning" >}}
Yellow warning box for important notices.
{{< /flash >}}
{{< flash "danger" >}}
Red danger box for critical alerts.
{{< /flash >}}
Examples
Default (Note)
List of role assignments (permissions):
- Virtual Machine Contributor
- Azure Connected Machine Resource Administrator
- Monitoring Contributor
- Log Analytics Contributor
Tip
Pro tip: Use the Azure CLI with --query parameter to filter results and reduce output size.
You can also use --output table for better readability in the terminal.
Warning
Important: This action will modify your Azure subscription settings. Make sure you have:
- Proper permissions (Contributor or Owner role)
- Backup of current configuration
- Tested the changes in a development environment first
Danger
Critical: The following operation will permanently delete all resources in the resource group.
This action cannot be undone. Ensure you have backups of any important data before proceeding.
Source: https://icy-island-077f0c303-135.westeurope.4.azurestaticapps.net/about/shortcodes/flash/
Printed: