The build is failing because the storage account does not let the deployment ID have access to complete the operation.
The fix:
Note: This is not related to the EVENT HUB ID. It is the deployment ID that needs to specfically get Blob Storage Contributor role assigned to it on the specific storage account.
What's interesting if you run this as an owner on the subscription under your own ID, this doesn't happen. However, using the build causes this problem
The build is failing because the storage account does not let the deployment ID have access to complete the operation.
The fix:
Storage Blob Data Contributorrole to the hub identity on the capture storage accountWhat's interesting if you run this as an owner on the subscription under your own ID, this doesn't happen. However, using the build causes this problem