Posts

Migrating existing SSL certificate  Recently I had a requirement to close my on one of the Azure subscription and migrate my web apps and associated SSL certificate for the custom domain (also called ssl binding - required to enable Https endpoint for the webapp hosted on azure) which I had purchased to the new azure subscription. This blog will highlight some of the important steps I followed in order to achieve this as below:- Go to your certificate (you want to migrate) in Azure subscription Key vault and go down to Export certificate settings.   Under Download certificate from Key Vault section, click Key vault secret and download the Current version of the certificate by clicking "Download as a certificate" button on your local filesystem. This will download the certificate in .pfx (Public Key Exchange) file format.  Now right click on the downloaded pfx file and click Install PFX (certificate) option from the context menu . This will open the Import/Exp...
Pay As You Go Subscription - Microsoft Azure Recently I purchased a fresh Pay As you Go Subscription for Microsoft Azure thinking that it will come with 12 months of certain free services as advertised by Microsoft however soon I discovered that it is applicable only if you upgrade from the existing free trial subscription and not on new subscription.  However Microsoft customer support was generous enough to waive off the charges. A important note for all those who are planning to purchase new Azure subscription from Microsoft! 

High Availability in Microsoft Azure - Part I

Image
Objective We will try to understand the fundamentals of High Availability (HA), what do we mean by availability, why is it important, how we can leverage various service offerings available in Microsoft Azure cloud in an IaaS deployment option to achieve HA. We will also cover important points to note related to High Availability design with each of those services primarily in IaaS (Infrastructure as a Service) environment. What is High Availability and how is it measured? In the world of IT, Availability refers to the annual percentage rate that a system is functional and working. Today, High Availability (HA) is the need and requirement of all the cloud based systems and business require continuous service delivery without any interruptions and cannot afford downtime. HA is one of the significant Architectural concern when it comes to designing solutions and applications. HA refers to an agreed level of operational uptime (measured in hours, minutes and seconds up to ...