Hi Privileged - Maria L Gullickson
I think you are trying to custom filter in content safety from Azure OpenAI resource and facing
"Access to the given blob is either denied or the specified blob does not exist."
It seems your storage account is secured with virtual network as you mentioned
. I even tried making the blob container public and get the same error.
Could you do the confirm
- You have minimal virtual network roles to communicate over virtual network - Cognitive Services Contributor for Azure OpenAI resource.
Ref- https://learn.microsoft.com/en-us/azure/ai-services/cognitive-services-virtual-networks?tabs=portal
- You have whitelisted Azure Content safety resource or Azure OpenAI as trusted instance from storage firewall Ref- https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal#grant-access-from-azure-resource-instances
- You have provided Azure Content safety or Azure OpenAI Storage blob reader and contributor roles
If above pointers help fix your issue, please let us know
Thank you.