highcloud.hashnode.devAutomating Infrastructure Deployment with AI Models in Amazon Bedrock, Terraform, AWS SageMaker, and AWS CodeBuildIn today's fast-paced world of technology, automating infrastructure deployment is crucial for maintaining efficiency and consistency. This blog post will guide you through the process of generating Terraform code using AI models available via Amazon...Jun 5, 2025·3 min read
highcloud.hashnode.devNavigating Cloud Compliance: A Guide for Enterprise and Cloud ArchitectsThe shift to cloud computing brings immense benefits—scalability, cost efficiency, and innovation. However, it also introduces complex regulatory challenges. Whether as an Enterprise Architect (EA) or Cloud Architect, ensuring compliance with global ...May 20, 2025·3 min read
highcloud.hashnode.devPart 3: Create GitHub Actions Workflow for CI/CDStep 1: Add Secrets to GitHub Go to your GitHub Project Repository → Settings → Secrets → Actions: Add GitHub secrets: Go to your GitHub repo > Settings > Secrets > Actions Add these secrets that will be consumed when the GitHub Actions CI/CD pip...May 16, 2025·3 min read
highcloud.hashnode.devPart 2: Deploying a Sample .NET 8.0 Web App to Azure with Azure App Services and Creating Federated Credentials for GitHub ActionsStep 1: Create Azure App Service On the Azure Portal, under services, search and select App Services. In the App Services page, select Create > Web App. In the Basics tab: Under Resource group, select Create new. Enter webappdemo267 for the nam...May 14, 2025·3 min read
highcloud.hashnode.dev3 Part Series “From Code to Cloud: Deploying a Secure Blazor App to Azure with GitHub Actions and OIDC Federated Authentication”🚀 Part 1: Build and Push a Blazor App to GitHub In this post, we’ll build a simple Blazor Server app and push it to GitHub in preparation for Azure deployment. 🛠️ Step 1: Create your first web app with ASP.NET Core using Blazor To build your first...May 11, 2025·3 min read