graphrag-accelerator icon indicating copy to clipboard operation
graphrag-accelerator copied to clipboard

[BUG] NSG Security Rules for Key Vault over 443

Open markmassad opened this issue 1 year ago • 1 comments

Unable to get past the APIM deployment as it checks network configuration for NSG security rules for Key Vault. Had to add this to nsg.bicep:

{ name: 'AllowKeyVaultOutbound' properties: { direction: 'Outbound' access: 'Allow' priority: 210 protocol: 'Tcp' sourcePortRange: '' destinationPortRange: '443' sourceAddressPrefix: '' destinationAddressPrefix: 'AzureKeyVault' }

markmassad avatar Jan 04 '25 02:01 markmassad

Strange, the wildcard character is not showing in above body for sourcePortRange and sourceAddressPrefix

markmassad avatar Jan 04 '25 02:01 markmassad