Azure

az monitor app-insights’ is misspelled or not recognized by the system.

trying to delete app insights using the Azure CLI But got this error The solution is to install the app-insights extension first Now I can delete the app-insights resource on zure Notice that if you delete an Application Insights resource, the associated Failure Anomalies alert rule doesn’t get deleted automatically. you have to manually delete …

az monitor app-insights’ is misspelled or not recognized by the system. Read More »

az cli list all resource in resource group

I was surprised that it’s wasn’t easy to get a nice, easy to read, clean list of all resources in an azure resource group, so dropping this in case I need it again: To list all the resource in a resource group,using Azure CLI: az cli list all resource in resource group

How to setup ssh for Azure linux VM from Mac OS X so that it does an auto login without password

When I setup my Linux VM, I choose username rather than public key ssh key, as I had problems moving the ssh keys betwen clients. Anyways long story, I login using ssh -l username remotehost from my MacBook every time I login, and never bother to setup the public keys to login without a password. The solution …

How to setup ssh for Azure linux VM from Mac OS X so that it does an auto login without password Read More »

Azure Fast 7 – the fastest & easiest way to get your Web apps onto Azure

The world of web application development is going through rapid evolution and it’s impossible to keep current with developments in all areas. Wouldn’t it be nice if your could shadow someone as they make the journey and show you the steps they took? Meet Hugh, a fictitious .Net Developer as he goes on a journeys …

Azure Fast 7 – the fastest & easiest way to get your Web apps onto Azure Read More »

How to Setup Remote RDP access on an Azure VM running Linux Ubuntu 14.04 LTS

 was looking for a really light [Ubuntu] Linux (http://www.ubuntu.com/) desktop with two requirements: it must have a small footprint I must be able to RDP to the box from Microsoft Remote Desktop (RDP) My main requirement is that it should work on a Basic_A0 sized Azure VM instance ((0.25 cores, 0.75 GB memory), so that it’s doesn’t …

How to Setup Remote RDP access on an Azure VM running Linux Ubuntu 14.04 LTS Read More »