0% found this document useful (0 votes)
11 views1 page

Eventhub

This quickstart guide demonstrates how to use Bicep to create and test an Azure Application Gateway using the Standard v2 SKU. Bicep is a domain-specific language that simplifies the deployment of Azure resources with a declarative syntax, ensuring type safety and code reuse. Additionally, the Application Gateway frontend now supports dual-stack IP addresses, allowing for the creation of multiple IPv4 and IPv6 addresses.

Uploaded by

toyoka3305
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Eventhub

This quickstart guide demonstrates how to use Bicep to create and test an Azure Application Gateway using the Standard v2 SKU. Bicep is a domain-specific language that simplifies the deployment of Azure resources with a declarative syntax, ensuring type safety and code reuse. Additionally, the Application Gateway frontend now supports dual-stack IP addresses, allowing for the creation of multiple IPv4 and IPv6 addresses.

Uploaded by

toyoka3305
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

In this quickstart, you use Bicep to create an Azure Application Gateway.

Then you
test the application gateway to make sure it works correctly. The Standard v2 SKU is
used in this example.
Bicep is a domain-specific language (DSL) that uses declarative syntax to deploy
Azure resources. It provides concise syntax, reliable type safety, and support for
code reuse. Bicep offers the best authoring experience for your infrastructure-as-
code solutions in Azure.

Note
Application Gateway frontend now supports dual-stack IP addresses (Preview). You
can now create up to four frontend IP addresses: Two IPv4 addresses (public and
private) and two IPv6 addresses (public and private).

You might also like