You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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:
Expected behavior
It is expected that deployment will be finished and the Function App will start.
Screenshots
Desktop (please complete the following information):
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"
},
{}
]
}
}
The text was updated successfully, but these errors were encountered: