Posts in category "cloud-architecture"
-
Home Lab - Utilizing the Cloud - Dynamic VPN
Home lab guide for dynamic Azure Site-to-Site VPN resources, covering VPN Gateway costs, supported routers, hybrid networking, and teardown.
-
Home Lab - Keeping Costs Down
Home lab cost guide focused on matching hardware to use cases, avoiding wasteful enterprise gear, and planning servers for media, storage, dev, and AI.
-
TrueNAS Azure Sync for Proxmox
Walkthrough for backing up Proxmox storage from TrueNAS NFS to Azure Blob Storage using Azure storage accounts, cloud credentials, and sync tasks.
-
Securing SSH in Azure
Azure SSH hardening guide for Linux VMs, covering removal of Arcfour, CBC ciphers, weak MAC algorithms, and safer sshd_config options.
-
Multi-Region Point-to-Site in Microsoft Azure (Windows Fix)
Fix for Windows clients using Azure multi-region point-to-site VPNs, covering route table updates, spoke VNET routes, IKEv2, SSTP, and CMAK profiles.
-
Creating a Single Gateway, Multi-Region, VPN Architecture in Microsoft Azure
Walkthrough for building a single gateway multi-region VPN architecture in Microsoft Azure, covering hub-spoke VNets, gateways, and address planning.
-
South Florida Code Camp - Azure IoT Overview
South Florida Code Camp Azure IoT Overview session abstract, covering Azure IoT services, architecture, and enterprise solution planning.
-
Authoring for Pluralsight
Preview of a Pluralsight course on integrating Microsoft Azure services with .NET Core, C#, Java, JavaScript, Docker, IoT Hub, and Kubernetes.
-
Atlanta Code Camp - Call for Speakers
The Atlanta Code Camp call for speakers is open, seeking talks on cloud computing, data engineering, data science, mobile computing, web development, DevOps, and more.
-
Hosting a permanent redirect in Azure
Map extra domains to a cheap Azure App Service and redirect them to the primary blog domain with a web.config permanent redirect rule.
-
WordPress iFrame using Azure
Work around the WordPress limit on javascript by hosting the script on an Azure App Service site and embedding that page in the post as an iframe.
-
Azure Global Bootcamp Atlanta
The fourth annual Azure Global Bootcamp in Atlanta, including the Global Azure Bootcamp announcement snippet and the IoT track line up.
-
Storing Event Data in Elastic Search
Take the Elasticsearch load off client devices by sending telemetry to Event Hubs, batching it in Stream Analytics, and indexing it from an Azure Function.
-
Your app is currently in read-only mode because you have published a generated function.json
Clear the read-only mode warning on an Azure Function published from Visual Studio by deleting the generatedBy line from function.json.