Begin typing your search above and press return to search. Press Esc to cancel.

DevOps

Tag


Read more

Optimizing Azure Container App Deployments: Best Practices for Pipelines & Security

In this post, we take Azure Container App deployments to the next level with best practices for optimizing pipelines and securing sensitive data. Discover how to choose the right agents, streamline configurations, and protect critical environment variables—ensuring your deployments are efficient, reliable, and secure. Whether you’re scaling up or refining your DevOps workflows, these tips will help you make the most of Azure Container Apps.

0

Read more

Seamless Updates, Zero Downtime: Master Continuous Deployment in Azure Container Apps

In this fifth part of our Azure Container Apps series, we dive into the world of Continuous Deployment. Learn how to automate your deployment pipeline and manage app revisions effortlessly, ensuring seamless updates and zero downtime. Discover the power of GitHub Actions, Azure Pipelines, and revision management to streamline your app’s lifecycle and deliver updates faster than ever.

0

Read more

Skyrocket Your Efficiency: Dive into Azure Cloud-Native solutions

Dive into the world of cloud-native applications and discover how they can revolutionize your business. This blog marks the start of our Azure Container Apps series, where we’ll explore foundational concepts and advanced strategies. Whether you’re a seasoned developer or just starting, learn how to harness the full potential of cloud-native solutions to transform your operations and drive innovation. Join us and start your journey towards unmatched agility and efficiency!

1

Read more

Streamline Databricks Workflows with Azure DevOps Release Pipelines

The process of developing and deploying applications is complex, time-consuming, and often error-prone. The use of release pipelines helps to streamline this process and automate the deployment of code and data. Databricks is a popular cloud-based platform used for data engineering, data science, and machine learning tasks. Azure DevOps is a powerful tool for managing the entire software development lifecycle, including build and release management. In the blog “Streamline Databricks Workflows with Azure DevOps Release Pipelines”, we will explore how to build release pipelines for Databricks using Azure DevOps. We will look at the steps required to set up a pipeline for Databricks. By the end of this post, you will have a good understanding of how to build efficient and reliable release pipelines for Databricks using Azure DevOps.

0

Read more

How to deploy multi-container application to Azure Kubernetes Services?

Azure Kubernetes Services is the fastest way to use Kubernetes on Azure. Azure Kubernetes Service (AKS) manages the hosted Kubernetes environment, making it easy to deploy and manage containerized applications without requiring any container orchestration expertise. It also improves the agility, scalability, and availability of your containerized workloads. Azure DevOps streamlines AKS operations by providing continuous build and deployment capabilities.

In this blog, we will use Azure DevOps to deploy a containerized ASP.NET Core web application to an AKS cluster. The steps used in this blog can be used to deploy any application to AKS. The entire end-to-end demo is available in the video link provided in the blog.

1