Skip to content

Commit 50853ca

Browse files
remove difinition table
1 parent 8a67a64 commit 50853ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

articles/static-web-apps/publish-bicep.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ The steps in this article show you how to use Bicep to create a resource group a
1818

1919
You can use Bicep along with Azure Verified Modules (AVM) to deploy your static web apps.
2020

21-
| Tool | Description |
22-
|---|---|
23-
| [Bicep](/azure/azure-resource-manager/Bicep/) | Bicep is a domain-specific language (DSL) that uses a declarative syntax to deploy Azure resources. Bicep provides concise syntax, reliable type safety, and support for code reuse. |
24-
| [Azure verified modules (AVM)](https://azure.github.io/Azure-Verified-Modules) | These modules represent the only standard from Microsoft for Bicep modules in the [Bicep Public Registry](https://github.com/Azure/bicep-registry-modules/tree/main/avm). Use AVMs when possible as they represent best practices for infrastructure as code. |
25-
2621
## Verified modules
2722

2823
The Bicep examples in this article use [Azure Verified Modules (AVM)](https://azure.github.io/Azure-Verified-Modules/) when possible and [Bicep](/azure/azure-resource-manager/bicep/) when AVM isn't available. AVM modules are recognizable because they reference modules that include `avm/res`, such as `br/public:avm/res/web/static-site:0.3.0`.

0 commit comments

Comments
 (0)