JanneMattila / azure-api-management-demos

Azure API Management demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure API Management demos

Azure API Management demos

NSG

NSG is required for API Management service deployment into a subnet:

{
  "error": {
    "code": "InvalidParameters",
    "message": "Invalid parameter: API Management service deployment into SubnetId 
    `/subscriptions/<subscriptionid>/resourceGroups/<rg>/providers/Microsoft.Network/virtualNetworks/vnet-apim/subnets/snet-apim` 
    requires a Network Security Group to be associated with it. For recommended configuration and sample templates, please refer to aka.ms/apimvnet",
    "details": null,
    "innerError": null
  }
}

See aka.ms/apimvnet for more details.

About

Azure API Management demos

License:MIT License


Languages

Language:PowerShell 100.0%