In my corporate environment there is a global policy that requires storage account option --allow-blob-public-access to be false.
It would be great to make it a configurable option. If I'm correct at the moment there is no better workaround other than clone the existing source and modify the line: https://github.com/Azure/build-vm-image/blob/v0.1.1/src/ImageBuilder.ts#L162
Any suggestions how to approach this problem are welcome.
In my corporate environment there is a global policy that requires storage account option --allow-blob-public-access to be false.
It would be great to make it a configurable option. If I'm correct at the moment there is no better workaround other than clone the existing source and modify the line: https://github.com/Azure/build-vm-image/blob/v0.1.1/src/ImageBuilder.ts#L162
Any suggestions how to approach this problem are welcome.