“PaaS“, this buzz word has been introduced around 2015 with the evolution of Cloud Computing. There are multiple articles explaining the famous IaaS Vs PaaS Vs SaaS diagram but only few talks about the real case. I know people still confuse about the same hence thought of writing a series. This is the first part which explains PaaS For Beginners. So lets get started Continue reading “Understanding PaaS | For Beginners with Practical Scenarios”
Understanding Azure App Service Environment (ASE) – Good, Bad and Ugly
Azure App Service Environment (ASE) provides a fully isolated and dedicated environment for securely running your App. It is a Premium service option. ASEs are isolated and are always deployed into a virtual network. Advantage of ASE over a typical Web App with Vnet Integration is Continue reading “Understanding Azure App Service Environment (ASE) – Good, Bad and Ugly”
Comparing various Azure container services – What is right for you ?
Microsoft is rapidly increasing its support for container services and launching new products to support current world requirement. However for people who are starting to learn container, it is getting a bit confusing. I have decided to summarize various services hoping that it may help you choosing the right product for your development. Continue reading “Comparing various Azure container services – What is right for you ?”
How to Generate Service Principal Name (SPN) with Azure Active Directory using Portal
These days it is a common ask to integrate your application with Azure Active Directory (AAD). Most of the services like AKS in Azure itself need a SPN to provision itself. Though it is a very straight forward task via CLI, yet sometimes people face challenges in doing it via Portal. Let me discuss first the prerequisite and steps to generate the same. Continue reading “How to Generate Service Principal Name (SPN) with Azure Active Directory using Portal”
How to change DNS server setting for an Azure Web App in App Service Environment
Last week i came across a specific challenge where i need to make some REST API calls from my code.
When i tried the API URL, i was getting error as “The remote name could not be resolved: ‘myHostName.com’ Continue reading “How to change DNS server setting for an Azure Web App in App Service Environment”