-
Notifications
You must be signed in to change notification settings - Fork 15
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
Data provider address "Internet" does not work #2300
Comments
Pulumi allowed me to change this on a storage account for an SRE that was already deployed - I changed the config to allow the internet, and it updated the setting on the storage account without issue. In the portal, if you look at the account in question, you'll see the following warning on the networking tab -
However, I can still generate a token for it and access it through Azure storage explorer from any IP address, and can still also access it from the workspace... The link that the above error message is attached to also says very little about this problem - the only relevant thing I see is where it says It looks to me kind of like this shouldn't work, and is thus prevented when creating the storage account, but actually does work. |
Ah, so that makes sense. When I tested this I must have modified an already deployed storage account rather than deploying a new one. (I did think I tested on a fresh deploy though 🤷) I'm not sure if there is anything we can do. Feels like the Azure API is blocking this? |
I'm sure I saw people using Terraform have the same sorts of issues when I was googling around, and that it even warns you in the portal about it definitely suggest it's blocked by the API. So yes, don't think there's anything we can do about it really :( |
Maybe for now, the thing is to add this as a known issue. |
✅ 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: