graphrag-accelerator
graphrag-accelerator copied to clipboard
[BUG] NSG Security Rules for Key Vault over 443
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' }
Strange, the wildcard character is not showing in above body for sourcePortRange and sourceAddressPrefix