Learn Azure >
4 followers
Azure Cloud Architect| Technical Blogger.
Subscribe to my newsletter and never miss my upcoming articles
Over time users of Azure web app might want to change the regions of the application from where it was deployed initially. This is due to certain factors like where most requests are made from to reduce latency. By design, Azure web app resources are...
WordPress is open source software you can use to create a beautiful website, blog, or app. It provides users with different Templates and features to choose from when designing their blogs/site. Azure Database for MySQL is a managed service that you ...
After deploying our applications to the cloud, we often ask ourselves how to what can be doen to ensure maximum uptime of the applications in the event of any unforeseen events that may occur to the datacenter such as Platform upgrades, VM movements ...
The difference between App Services and Virtual Machines is striking, as one is Infrastructure-as-a-Service, while the other is Platform-as-a-Service. The PaaS needs certain configurations and settings to be made, in order to address performance iss...
Troubleshooting ASP.NET CORE startup failures can be a real nightmare for developers. Before proceeding further, you would be interested to know that they are different startup errors, each with its own HTTP server code. Below is a list of startup er...
When deploying resources, you frequently need to retrieve information about the resource providers and types. For example, when you create/deploy a web app, you work with the Microsoft.Web resource provider. This resource if Before using a resource p...