Static website in Azure storage

Static websites are getting more popular again with the increased use of Single Page Applications (SPA). They are a cheaper alternative to dynamic websites which need a backend. In the simplest form, they are more secure as there is no backend code. However, they could be fully-fledged websites that use JavaScript for client-side scripting and communicating with the backend using API and serverless architecture.

Azure Function App Redeployment Using Bicep Deletes Functions

I was working on an Azure Function App project with two repositories. The initial repository aimed at creating and configuring resources within Azure, while the second one focused on an Azure function code.

Bicep Linter Issue When Folder Contains Space

I cloned a project and noticed that the bicep template fails to resolve the paths inside my template. The template was compiling successfully and the problem was just in VSCode.