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)