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
Default action Allow is not valid for NFS enabled storage accounts.
I'm a bit surprised by this because I'm sure I tested this for #2247. Perhaps I was changing this after deployment?
We either need to find a way to make this work, which might be,
Allow a large CIDR range?
Find why Allow is not valid anymore?
Or to remove this feature.
🌳 Log messages
Relevant log messages
azure-native:storage:StorageAccount
(sre_data_storage_account_data_private_sensitive):
error: PUT
https://management.azure.com/subscriptions/3f1a8e26-eae2-4539-952a-0a6184ec248a/resourceGroups/
shm-daimyo-sre-hojo-rg/providers/Microsoft.Storage/storageAccounts/shdaisrehojsensitivedata
--------------------------------------------------------------------------------
RESPONSE 400: 400 Bad Request
ERROR CODE: NetworkAclsDefaultActionMisconfigured
--------------------------------------------------------------------------------
{
"error": {
"code": "NetworkAclsDefaultActionMisconfigured",
"message": "NetworkAcls default action must be set to Deny for NFS enabled account."
}
}
--------------------------------------------------------------------------------
♻️ To reproduce
Deploy an SRE with data_provider_ip_addresses: Internet
The text was updated successfully, but these errors were encountered:
✅ Checklist
💻 System information
📦 Packages
List of packages
🚫 Describe the problem
Default action
Allow
is not valid for NFS enabled storage accounts.I'm a bit surprised by this because I'm sure I tested this for #2247. Perhaps I was changing this after deployment?
We either need to find a way to make this work, which might be,
Allow
is not valid anymore?Or to remove this feature.
🌳 Log messages
Relevant log messages
♻️ To reproduce
data_provider_ip_addresses: Internet
The text was updated successfully, but these errors were encountered: