This guide is just for uploading the files to Blob storage. It is not a static website. When you deploy the static website by this way, you cannot apply configurations such as the routing redirect configuration.
@garaydev5 жыл бұрын
Awesome tutorial. I wanted to quickly deploy my static site and you mentioned and covered all the topics I needed to address. Great job!
@robert-m6u7d5 жыл бұрын
Hi there! Just started using Azure and your tutorial helps a lot. Good job!
@mayureshs804 жыл бұрын
Thanks for the tutorial. I do have some img and css folders within the static site and the CDN purge command is throwing an error for Standard Microsoft tier. Invalid ContentPath "'/*'". ContentPath for purge action must be a relative path: either for a single resource "/path/pic.jpg" or a wild card "/path/*" Even the below command is throwing an error az cdn endpoint purge -g resourcegroupnamehere -n endpointnamehere --profile-name profilenamehere --content-paths '/images/*'
@argeelearner39784 жыл бұрын
When doing a blob clean and purge, what is the script type? there is now different options to chose from? PowerShell, PowerShell Core, Batch, or Shell? Which one?
@argeelearner39784 жыл бұрын
@Sf Ski Yes I did probably run into the same issues!! I could not get the deployment to work. I am not enough familiar with azure to fix it... one day...
@nathanbelcher58884 жыл бұрын
OMG. Its amazing how complicated we make text files. Jeeesh. Nice job here tho.
@yorickdewid5 жыл бұрын
There is also a Microsoft extension to unzip files ('Extract files ') so you do not need to install a task from a third party.
@peeyushgupta44284 жыл бұрын
please provide link of previous video
@raymondc58745 жыл бұрын
Great tutorial. I am trying to deploy Angular build to azure blob. I hope this is similar process to static HTML file. Let me know if u can point out to a good reference. Thanks
@Enlightment5 жыл бұрын
Could you please tell us more about your build
@gavidisrinivas11864 жыл бұрын
nice
4 жыл бұрын
i dotn knowt what is my profile name
@argeelearner39784 жыл бұрын
@Sf Ski thanks
@argeelearner39784 жыл бұрын
@Sf Ski Hi YES ! I actually tried it out this week! I followed the Microsoft learn documentation to host a Blasor App on Static Web Apps, It is truly amazing to have the front end and backend work serverless.