-
Notifications
You must be signed in to change notification settings - Fork 63
UI update #493
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
Conversation
|
I did all that using notepad. It took a while to get it right. Still need to do testing... |
|
Oh interesting, we cannot set the publicNetworkAccess to Disabled at installation time else the function cannot be deployed: I'll only add the blob part |
|
I wonder if all that is event worth it. Shouldnt we disable public blob storage in the template with no choice period? @briandelmsft what do you think? |
|
@piaudonn is there any downside? |
|
I don't think there is. I'm not even sure why it's not even the default setting when creating a storage account. I'll ask some Azure core folks if they are aware of challenges of doing that while being used with Function Apps. |
|
It seems that it is just not required at all. I close this PR and do another one. |
|
@piaudonn all the docs seem to say that if you want to restrict the storage account then you can't use the standard consumption plan. I think that the current config is an exception because we're loading the code from the web based zip file. I don't know if that will ever change. Do you see any docs that see this config is supported? As for the MCAS piece, the exposure_module branch already has that removed completely from the deployment |
|
Closing this one. Adding suggested change to the exposure_module branch instead. |
Fixes #492
Fixes #489 (keep the variable set to - but doesn't prompt for it)