Deploying a Blazor WebAssembly App to Azure App Service
In previous articles, we have covered various basic aspects of Blazor WebAssembly application. In this article, we are going to demonstrate how the Blazor WebAssembly app can be deployed in…
In previous articles, we have covered various basic aspects of Blazor WebAssembly application. In this article, we are going to demonstrate how the Blazor WebAssembly app can be deployed in…
As we all know, .NET 5 has been released few months back and now .NET 6 previews are also available. If you know this, then it is not a news…
In this series, we are discussing about Azure traffic manager basic concepts. We also have created a traffic manager profile in last post. If you want to go through the…
In this short post, let's quickly have a look at how to selectively purge the contents from CDN Endpoint. Prerequisites You would need to have an Azure account with an active subscription. …
In this series about Azure CDN, we have tried different things to understand how Azure CDN works. If you want to go through them, below is the list: Azure Content…
We already have created an Azure CDN profile and created an endpoint which can be used with Azure Storage Account. In this post, we are going to create a web…
In last article, we have seen what is the meaning of scale up and scale out terms. In this article, we are going to see how to apply autoscaling to…
Often when new application's development is started, exact number of concurrent users is not known. This is true for B2C apps, but even true to B2B apps sometimes, in growing…
In last article, we have seen how to access the Azure key vault using service principal. Before we begin You may want to go through some of the previous articles…
In one of the previous article, we have created a .NET Core web application and accessed the secrets stored in Azure key vault. We have seen how how to allow Visual studio to access the key…
I have created few demo applications by following Microsoft Documentation and published blog articles as well. While working on those demo applications, I faced some difficulties. Many of the issues…
Azure App Service provides very convenient way to publish your web application on internet. You can directly publish the web application from Visual Studio publish. Azure App Services also provide…