The following arguments are supported:
resource "azurerm_resource_group" "example" {
name = "example-resources"
location = "West Europe"
}
resource "azurerm_cdn_profile" "example" {
name = "exampleCdnProfile"
location = azurerm_resource_group.example.location
resource_group_name = azurerm_resource_group.example.name
sku = "Standard_Verizon"
tags = {
environment = "Production"
cost_center = "MSFT"
}
}
az cdn profile create --name
--resource-group
[--location]
[--sku {Custom_Verizon, Premium_Verizon, StandardPlus_955BandWidth_ChinaCdn, StandardPlus_AvgBandWidth_ChinaCdn, StandardPlus_ChinaCdn, Standard_955BandWidth_ChinaCdn, Standard_Akamai, Standard_AvgBandWidth_ChinaCdn, Standard_ChinaCdn, Standard_Microsoft, Standard_Verizon}]
[--tags]
az cdn profile create -g group -n profile --sku Premium_Verizon
Categorized by Availability, Security & Compliance and Cost