Setting Up the Tracing Since it took me some time to figure out again what to do to see the tracing output of my Microsoft Azure Worker Role in a Cloud Service, here are some hints. First, read How To Enable Diagnostics in a Cloud Service. Following the step-by-step description …
Category: Windows Azure
HowTo: Completely Delete Virtual Machine in Windows Azure
Update 2020-07-09: This post is almost outdated. The post “Challenge: Delete Virtual Machine in Microsoft Azure” provides more recent information. Creating a virtual machine in Windows Azure is quite simple. Open the management console, select the Virtual Machines tab, click New, select the kind of VM, enter some additional data, …
Continue reading “HowTo: Completely Delete Virtual Machine in Windows Azure”
Create a SQL Azure Database using SSDT
To get into Microsoft Azure application development, I was playing around with SQL Server Data Tools (SSDT), trying to create a database on SQL Azure. I started creating a simple database, having two tables with a few columns. As done before with other tools, I was using the extended properties …