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

M365Defender-VulnerabilityManagement - failing deployment every time at Microsoft.Web/sites with ServiceUnavailable error #11540

Open
SergGu opened this issue Dec 9, 2024 · 4 comments
Assignees
Labels
Connector Connector specialty review needed

Comments

@SergGu
Copy link

SergGu commented Dec 9, 2024

Describe the bug
We tried deploying https://github.com/Azure/Azure-Sentinel/tree/master/DataConnectors/M365Defender-VulnerabilityManagement multiple times (using several test subscriptions and several admin accounts) and it fails every time at one of the Function App import stages, the error is seems to be related to storage access.
@anders-alex FYI - you seem to be the last person updating the code.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://github.com/Azure/Azure-Sentinel/tree/master/DataConnectors/M365Defender-VulnerabilityManagement
  2. Click on 'Deploy to Azure', provide required customisations (e.g. mandatory lint to Log Analytics)
  3. Start deployment
  4. See error "Storage access failed. Storage volume is currently in R/O mode. Please delete and recreate backup schedule to mitigate."

Expected behavior
It is expected that deployment will be finished and the Function App will start.

Screenshots
Image

Desktop (please complete the following information):

  • OS: Win11/Win10
  • Browser chrome, firefox
  • Version N/A

Smartphone (please complete the following information):

Additional context
{
"status": "Failed",
"error": {
"code": "ServiceUnavailable",
"message": "Storage access failed. Storage volume is currently in R/O mode. Please delete and recreate backup schedule to mitigate.",
"details": [
{
"message": "Storage access failed. Storage volume is currently in R/O mode. Please delete and recreate backup schedule to mitigate."
},
{
"code": "ServiceUnavailable"
},
{}
]
}
}

@SergGu
Copy link
Author

SergGu commented Dec 9, 2024

This seems to be a region specific Function App issue. The deployment fails in UK East but works fine in other regions.

@v-visodadasi v-visodadasi added the Connector Connector specialty review needed label Dec 10, 2024
@v-sudkharat
Copy link
Contributor

Hi @SergGu, Thanks for flagging this issue, we will investigate this issue and get back to you with some updates. Thanks!

@v-sudkharat
Copy link
Contributor

@SergGu, Yes, it might be due to the R/O mode switched automatically due to the (backups, update) for that specific time period.
Could you please redeploy it in that region again and let us know if still it has same error.

@v-sudkharat
Copy link
Contributor

This seems to be a region specific Function App issue. The deployment fails in UK East but works fine in other regions.

Ok, Can we close this issue, if its resolve for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Connector Connector specialty review needed
Projects
None yet
Development

No branches or pull requests

3 participants