Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the unsupported type storage account error message when queu/table/blob are not connected to private endpoint for the VNET integrated WebJob e.g. in ASE environment #3068

Open
SatishRanjan opened this issue Mar 20, 2024 · 0 comments

Comments

@SatishRanjan
Copy link

SatishRanjan commented Mar 20, 2024

Please provide a succinct description of the issue.

Repro steps

Create and ASE (App Service Environment)
Create a Queue triggered Web Job using SDK version 2.3.0
Configure the storage account for which Queue service is not connected to private endpoint as primary storage account

Get the following error message:
Storage account is of unsupported type 'Blob-Only/ZRS'. Supported types are 'General Purpose'

https://github.com/Azure/azure-webjobs-sdk/blob/v2.x/src/Microsoft.Azure.WebJobs.Host/Storage/IStorageAccountExtensions.cs#L14

Expected behavior

Better error message e.g. storage account in-accessible etc.

Actual behavior

Get the following error message:
Storage account is of unsupported type 'Blob-Only/ZRS'. Supported types are 'General Purpose'

Known workarounds

Provide a description of any known workarounds.

Related information

Provide any related information

  • Package version
  • Links to source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant