create app gateway quickstart

This commit is contained in:
Vic Horne
2022-02-24 14:14:36 -08:00
parent 112c5b5192
commit 7b381c92db
3 changed files with 585 additions and 0 deletions

View File

@ -0,0 +1,27 @@
variable "backend_address_pool_name" {
default = "myBackendPool"
}
variable "frontend_port_name" {
default = "myFrontendPort"
}
variable "frontend_ip_configuration_name" {
default = "myAGIPConfig"
}
variable "http_setting_name" {
default = "myHTTPsetting"
}
variable "listener_name" {
default = "myListener"
}
variable "request_routing_rule_name" {
default = "myRoutingRule"
}
variable "redirect_configuration_name" {
default = "myRedirectConfig"
}