Untitled-4 Blog Apr 15, 2020 Tech on Fire: Building a Serverless Blog on Azure Part 3 In Part 3 of our series, we'll do a deeper dive into parts of the application and how it uses table storage and blob storage on Azure. https://youtu.be/8GamBIsdCi4
Untitled-4 Blog Apr 04, 2020 Azure Container Solutions – Whitepaper Microsoft has incorporated containers into many Azure services but figuring out where containers fit into various types of solutions is no simple task. This whitepaper provides a better understanding of when and how to use specific container solutions and how...
Untitled-4 Blog Apr 03, 2020 Tech on Fire: Building a Severless Blog on Azure Part 2 In Part 2 of our series, we'll look at Table Storage, Blob Storage, and how the SDK's can be used to move data in and out of Azure Storage. https://youtu.be/chudnrxyTlA
Untitled-4 Blog Mar 28, 2020 Understanding Azure Container Solutions Microsoft has incorporated containers into many Azure services but figuring out where containers fit into various types of solutions is no simple task. This whitepaper provides a better understanding of when and how to use specific container solutions and how...
Untitled-4 Blog Mar 27, 2020 Tech on Fire: Building a Severless Blog on Azure Part 1 In this video, get an overview of the upcoming multi-part series on building a serverless blog with Azure Functions and Azure Storage. https://youtu.be/oitdfD0oHB0
Untitled-4 Blog Mar 20, 2020 Tech on Fire: How to use Azure to Help Stop Coronavirus/Covid19 and Other Diseases Azure compute comes in many shapes forms and fashions, and it can be used for all kinds of applications, including finding cures for diseases. In this episode, we'll show you an easy way that you can use Azure to donate...
Untitled-4 Blog Mar 14, 2020 An Introduction to Azure Kubernetes Service (AKS) Azure Kubernetes Service (AKS) is Microsoft’s flagship offering for running containers on Azure. While Kubernetes itself is not too difficult to use, setting up a cluster can be daunting.
Untitled-4 Blog Mar 12, 2020 Tech on Fire: Use Azure Blob Storage For Logging With Append Blobs and a Custom Syslog Server In this edition, learn how to use Azure Blob Storage for logging as Blaize creates a custom syslog server that will write Linux logs to an Append Blob. https://youtu.be/d5aw8Z4_ni0
Untitled-4 Blog Mar 09, 2020 Tech on Fire: How to Host a Static Website on Azure Blob Storage Tech on Fire: How to Host a Static Website on Azure Blob Storage In this edition, you will learn how to create a static website using Azure Blob Storage. https://youtu.be/os4pq8V211A
Untitled-4 Blog Feb 28, 2020 Tech on Fire: Using Azure Blob Storage with Blobfuse to Mount Folders in Linux and Use Nextcloud Tech on Fire: Using Azure Blob Storage with Blobfuse to Mount Folders in Linux and Use Nextcloud In this edition, we discuss how to use Blobfuse to mount a blobstorage account into a Linux VM, then use the blob storage...
Untitled-4 Blog Feb 25, 2020 3 Easy Ways to Run Containers on Azure There are many ways to run containers on Azure, and some of them are genuinely difficult. But there are a few options that make running containers on Azure rather simple: Azure Container Instances, Web Apps for Containers, and Azure Kubernetes Services.
Untitled-4 Blog Feb 14, 2020 Tech on Fire: Azure Blog Storage – How to Create A Simple Backup Solution Tech on Fire: Azure Blog Storage - How to Create A Simple Backup with AZCopy Blob Storage is useful for all sorts of applications -- from hosting web sites, backing up data, and running big data workloads. In this edition...