Shreyas Ladheclouddevopsfornewbies.hashnode.dev·Oct 31, 2024My Journey Through the AI Skills Challenge: Build Intelligent AppsCompleting the Microsoft AI Skills Challenge: Build Intelligent Apps was a significant milestone in my professional learning journey. Over the course of this challenge, I had the opportunity to delve deep into cloud-native applications, advanced data...DiscussAzure
Francisco Souzaclouddevopslearn.hashnode.dev·Oct 13, 2024Azure AKS Hands-On Labs - Azure Container Registry (ACR) Troubleshooting Common IssuesIn this hands-on lab, we will guide troubleshooting a real scenario in Azure Container Registry (ACR) for some common issues. Learning objectives: In this module, you'll learn how to: Identify the issues Resolve the issues 📝Prerequisites: Azure...Discuss·41 readsAzure
Bhabuk Kunwarbhabuk.hashnode.dev·Sep 6, 2024Deploying a Node.js App Seamlessly with Azure Container InstancesAzure Container Instances is a Platform as a Service (PaaS) offering from Azure that allows you to run and deploy containers without the need of managing the underlying infrastructure. Azure Container Registry, on the other hand, provides a secure, p...Discuss·10 likes·62 readsAzure
Prasad Reddyprasadreddy.hashnode.dev·Jul 20, 2024Terraform AzAPI to Pull image over VNet for Containerized Azure Function Apps from ACR (Azure Container Registry)In this article, we will learn how to use the Terraform AzAPI provider to enable the "Pull image over VNet" setting for an Azure Function App. This is necessary when provisioning an Azure Function with VNet Integration and an Azure Container Registry...Discuss·67 readsTerraformTerraform
Nitinnitinthite.hashnode.dev·Jul 9, 2024Exploring Azure Kubernetes Service: A Practical ApproachThis 2 step series - in continuation with the deploy-app-azure-free as BASE. Please refer to STEP 1 here ************************************************************************* NOTE: Listed steps are accurate as of June 2024 for the Azure portal. *...Discuss·2 likesHands on ACR and AKS – practical from scratch.Kubernetes
Nitinnitinthite.hashnode.dev·Jul 2, 2024Hands on Azure Container Registry and Azure Kubernetes Services – practical from scratch.In this 2 step series (in continuation with the deploy-app-azure-free) I am targeting to: Create, build, upload and store an image to ACR. Orchestrate using AKS To work on containers, I have to install AZURE CLI which supports various commands i...Discuss·64 readsHands on ACR and AKS – practical from scratch.Azure
Aayush Paigwaraayushpaigwar.hashnode.dev·Jun 9, 2024Building and Pushing Docker Images from Mac M1 to Azure Container Registry: A Complete GuideIntroduction: In today's rapidly evolving tech landscape, developers often find themselves working across various platforms and architectures. With the rise of ARM-based Macs like the M1, ensuring compatibility and smooth deployment to cloud services...Discuss·10 likes·44 readsDocker
ferozekhanhighcloud.hashnode.dev·Apr 9, 2024Deploying your containerized app to Azure Kubernetes Service with Jenkins CI/CD Pipeline and GitHub Webhook - Part 5This is the last part of the Jenkins CI/CD Pipeline series, where we will be deploying our containerized app to Azure Kubernetes Service. In case you havent gone through the previous tutorials of this series, I highly recommend you review them before...Discuss·32 readsAKS_Azure_Kubernetes_Service
Mary Ajayiyourtechie.hashnode.dev·Apr 7, 2024Deploying a Python App to an AKS Cluster Using Azure PipelinesIntroduction In today's rapidly evolving software development landscape, the ability to deploy applications efficiently and reliably is paramount. Azure Kubernetes Service (AKS) offers a managed Kubernetes solution that simplifies the deployment, man...Discuss·3 likes·1.3K readsAzure
ferozekhanhighcloud.hashnode.dev·Apr 5, 2024Automatically deploy your containerized app to Azure App Service with Jenkins CI-CD Pipeline using GitHub Webhook - Part 4In the previous tutorial Part 3 of the series, you have already learned to dockerize a sample NodeJS application and deploy the same to Azure Web App, by manually running the Jenkins Pipeline Build. This is a follow up tutorial on how to configure Je...Discuss·1 like·26 readsAzure webapps