-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I have setup "Allow Azure Services and resources to access this server" to ON for both my Azure AI OpenAI and Azure SQL. I can confirm this from the MASTER.sys.firewall_rules database view that I see entry for 'AllowAllWindowsAzureIps' with a value of '0.0.0.0'. On our OpenAI deployment I have it set to ON as well. However, I see no other indication in the list of the allowed IPs. We are using a Virtual Network on the OpenAI deployment if that makes a difference.
This occurred on file 05-get-search-vector.sql.
Error message:
{
"response":{
"status":{
"http":{
"code":403,
"description":""
}
},
"headers":{
"Date":"Wed, 23 Apr 2025 12:02:56 GMT",
"Content-Length":"90",
"Content-Type":"application\/json",
"apim-request-id":"c85f3b15-cf66-4482-a190-82ac6e287aad",
"strict-transport-security":"max-age=31536000; includeSubDomains; preload",
"x-content-type-options":"nosniff",
"policy-id":"ThrowExceptionDueToTrafficDenied"
}
},
"result":{
"error":{
"code":"403",
"message": "Access denied due to Virtual Network/Firewall rules."
}
}
}
Metadata
Metadata
Assignees
Labels
No labels