Originally, I have a function app running on consumption plan which are trigger by service bus with standard plan and it is running fine.
Due to security reason, I have upgraded the service bus with premium plan and vnet integration. In the vnet part, I have enable this option 'Allow trusted Microsoft services to bypass this firewall?'. But my function was not able to trigger by this new service bus and I am getting this error like this
2021-08-02T03:42:12Z [Error] Message processing error (Action=Receive, ClientId=MessageReceiver1 XXXXXXX , EntityPath=XXXXXXXX, Endpoint=XXXXXXXX)
I have tried to create a premium service bus without vnet and the function can be triggered by this service bus.
Is there any setting is required for the consumption plan function app to be triggered by service bus with vnet intergration?


