You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error : The deployed SKU is in the allowed SKU list in the error. Resource should be deploying with Standard Static PIP and Express Route Gateway Type , ErGw1AZ SKU , and no availability zone configuration since not available in canada east.
{
"status": "Failed",
"error": {
"code": "InvalidGatewaySkuSpecifiedForGatewayDeploymentType",
"message": "Virtual network gateway Sku specified is not valid for gateway /subscriptions/<sub_id>/resourceGroups/rg-network-canadaeast-prod-connectivity/providers/Microsoft.Network/virtualNetworkGateways/egw-canadaeast-prod-connectivity with DeploymentType VMScaleSet. The allowed Skus are ErGw1AZ,ErGw2AZ,ErGw3AZ.",
"details": []
}
}
The text was updated successfully, but these errors were encountered:
@jceval For Canada East, as it doesn't support AZs yet, the parameters should deploy using either the (Standard, HighPerformance, UltraPerformance) SKUs. I've added them to the allowed list and this will convert the PIP to Basic and Dynamic as well.
ResourceModules/arm/Microsoft.Network/virtualNetworkGateways/deploy.bicep
Line 347 in 39d2700
Passing the following parameters to the module and receiving an error related to the SKU used.
Error : The deployed SKU is in the allowed SKU list in the error. Resource should be deploying with Standard Static PIP and Express Route Gateway Type , ErGw1AZ SKU , and no availability zone configuration since not available in canada east.
The text was updated successfully, but these errors were encountered: