Training: Instruction to develop new skills.
Hi Deepan M,
Since the Microsoft Q&A community has a policy that the question author cannot accept their own answer. They can only accept answers by others, Summarized and posted the solution that you shared, request you to Accept the answer, it will benefit the community find the answers quickly.
Scenario:
Public access is not permitted on this storage account.
Issue:
The deployment 'deploymentscript-05-05-2024' failed with error(s), specifically showing 1 out of 1 error(s) with the status message: "Public access is not permitted on this storage account."
Things Tried:
The deployment using the provided Bicep template did not work and resulted in an error.
Solution shared by @Deepan M
Resolution:
This Worked: Added "allowBlobPublicAccess: true" and changed the API version from 2019-06-01 to 2023-01-01 in the properties within the Bicep template. These adjustments successfully resolved the issue.