When you’re looking for some serious compute power in the cloud, on-demand and flexible, Azure’s got you covered. The difficulty? Choosing the compute offering that fits your requirement without overpaying…
Azure
-
-
Shared Access Signature (SAS) tokens are great for sharing (limited) access to Azure Storage resources without using the storage account’s main key. You can generate a SAS-token on practically every…
-
Have you ever accidentally deleted a resource to then find out you can’t recover it? Resource deletion in many cases is permanent in Azure so it’s key to triple check…
-
Let me start of by saying that in general, having good azure table storage querying performance comes down to having a solid table design. Proper use of the PartitionKey and…
-
Azure Virtual Machines by default don’t come with GPU capabilities, making them mostly useless for processes that require a GPU in anyway. I recently ran into this issue when publishing…
-
Using Azure Storage and Azure Content Delivery Network (CDN) to Host Your Website’s Files, Images and Static Content
by coenvandYour website or webapp often requires static content (e.g. images, files) to fully function as intended. Hosting these files within your app-directory is fine up to a point, but as…
-
A common issue when registering domain names is the question whether you should purchase multiple TLD’s (top-level domains) to accommodate for spelling variations, or preemptively purchase domains for future projects…
-
When you have created your Virtual Machine in Microsoft Azure the easiest way to test connectivity is to ping your Virtual Machine. By default, ping is disabled for Azure Virtual…