Deploying flows in an Azure Container Instance connected to a subnet

Hi, I’m trying to use the AzureContainerInstanceJob Block with a specified Subnet ID to connect to. I am getting the following error when attempting to run the flow: Flow run infrastructure exited with non-zero status code 1.

I have the following VNET and subnets in Azure:

The ID entered in the AzureContainerInstanceJob Block for the subnet is:
“/subscriptions/AZURE SUBSCRIPTION/resourceGroups/AZURE RESOURCE GROUP /providers/Microsoft.Network/virtualNetworks/AZURE VNET/subnets/AZURE SUBNET”

My Prefect Agent is deployed in an Azure Container Instance connected to the same subnet. Am I still missing something?