DevOps Archives - Code Maze https://code-maze.com/category/devops/ Learn. Code. Succeed. Tue, 16 Jul 2024 08:37:25 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.5 https://code-maze.com/wp-content/uploads/2020/01/Code-Maze-Favicon.png DevOps Archives - Code Maze https://code-maze.com/category/devops/ 32 32 Deploy ASP.NET Core Applications on Linux With Apache https://code-maze.com/aspnetcore-deploy-applications-on-linux-with-apache/ https://code-maze.com/aspnetcore-deploy-applications-on-linux-with-apache/#respond Mon, 28 Aug 2023 10:45:07 +0000 https://code-maze.com/?p=94920 In this article, we are going to learn how to deploy ASP.NET Core applications to an Ubuntu Linux server with Apache.   Let’s get started. Create a New ASP.NET Core Web API Project Let’s create a new solution using the dotnet command line interface. We’ll open a command prompt window in the location where we […]

The post Deploy ASP.NET Core Applications on Linux With Apache appeared first on Code Maze.

]]>
https://code-maze.com/aspnetcore-deploy-applications-on-linux-with-apache/feed/ 0
Deploy ASP.NET Core Application on Linux with Nginx https://code-maze.com/deploy-aspnetcore-linux-nginx/ https://code-maze.com/deploy-aspnetcore-linux-nginx/#comments Mon, 29 May 2023 06:00:37 +0000 https://code-maze.com/?p=90015 In this article, we are going to learn how to deploy an ASP.NET Core web application to the Ubuntu Linux server with Nginx. The introduction of .NET Core opened the cross-platform doors, allowing developers to build and deploy applications on Linux systems. At the time of writing, .NET Core is available on Alpine, CentOS, Debian, […]

The post Deploy ASP.NET Core Application on Linux with Nginx appeared first on Code Maze.

]]>
https://code-maze.com/deploy-aspnetcore-linux-nginx/feed/ 1
Creating Business Workflows with Azure Logic Apps https://code-maze.com/creating-business-workflows-with-azure-logic-apps/ https://code-maze.com/creating-business-workflows-with-azure-logic-apps/#respond Mon, 17 May 2021 06:00:38 +0000 https://code-maze.com/?p=57899 In this article, we’re going to learn how to use the Azure Logic Apps cloud service in detail. We’ll start by looking at what an Azure Logic App is. Then, we’ll discuss some of its advantages. After that, we’ll learn how to create an Azure Logic App from the portal and configure its Triggers and […]

The post Creating Business Workflows with Azure Logic Apps appeared first on Code Maze.

]]>
https://code-maze.com/creating-business-workflows-with-azure-logic-apps/feed/ 0
Deploying Blazor WebAssembly into Azure Static Web Apps https://code-maze.com/deploying-blazor-webassembly-into-azure-static-web-apps/ https://code-maze.com/deploying-blazor-webassembly-into-azure-static-web-apps/#comments Wed, 20 Jan 2021 07:00:57 +0000 https://code-maze.com/?p=56911 In this article, we are going to learn about Azure Static Web Apps, which is a great solution for publishing static web applications into the cloud. We’ll start by looking at what an Azure Static Web App is. Then we’ll learn how to build a Blazor WebAssembly Application that talks with a Serverless Function API […]

The post Deploying Blazor WebAssembly into Azure Static Web Apps appeared first on Code Maze.

]]>
https://code-maze.com/deploying-blazor-webassembly-into-azure-static-web-apps/feed/ 4
Publishing an ASP.NET Core App to Azure App Service Using Visual Studio https://code-maze.com/publishing-an-asp-net-core-app-to-azure-app-service-using-visual-studio/ https://code-maze.com/publishing-an-asp-net-core-app-to-azure-app-service-using-visual-studio/#respond Thu, 01 Oct 2020 07:00:46 +0000 https://code-maze.com/?p=54176 Microsoft Azure provides many services for hosting web applications, and Azure App Service is a major type. It is an HTTP-based service that we can use to host web applications, REST APIs, and mobile apps.  Additionally, It supports a wide range of programming languages and technologies like .NET Core, .NET, Java, Ruby, Node.js, PHP, Python, […]

The post Publishing an ASP.NET Core App to Azure App Service Using Visual Studio appeared first on Code Maze.

]]>
https://code-maze.com/publishing-an-asp-net-core-app-to-azure-app-service-using-visual-studio/feed/ 0
Introduction to Cloud Computing and Azure https://code-maze.com/introduction-to-cloud-computing-and-azure/ https://code-maze.com/introduction-to-cloud-computing-and-azure/#respond Thu, 27 Aug 2020 07:00:49 +0000 https://code-maze.com/?p=53629 In this article, we are going to discuss the fundamentals of Cloud Computing and Microsoft Azure. To read more about Azure, you can visit our Azure with ASP.NET Core page, where you can find all the articles from the series. What is Cloud Computing? Cloud Computing is the way of providing computing services over the […]

The post Introduction to Cloud Computing and Azure appeared first on Code Maze.

]]>
https://code-maze.com/introduction-to-cloud-computing-and-azure/feed/ 0
How to Easily Deploy ASP.NET Core Web API to Kubernetes Cluster on Azure https://code-maze.com/deploy-aspnetcore-webapi-kubernetes-cluster-azure/ https://code-maze.com/deploy-aspnetcore-webapi-kubernetes-cluster-azure/#respond Mon, 13 Apr 2020 06:00:00 +0000 https://code-maze.com/?p=51822 In this article, we are going to talk about one simple way to deploy an ASP.NET Core Web API app to a Kubernetes Cluster on Azure. This is by no means a beginner article, so some knowledge is required to be able to follow along. In order to be able to understand the article you […]

The post How to Easily Deploy ASP.NET Core Web API to Kubernetes Cluster on Azure appeared first on Code Maze.

]]>
https://code-maze.com/deploy-aspnetcore-webapi-kubernetes-cluster-azure/feed/ 0
Top Docker Monitoring Tools https://code-maze.com/top-docker-monitoring-tools/ https://code-maze.com/top-docker-monitoring-tools/#comments Mon, 06 Aug 2018 07:05:39 +0000 https://code-maze.com/?p=4136 As more and more companies tend to adopt the DevOps trend in their software development process, DevOps has slowly become a set of practices rather than a concept. It is about finding a smooth interaction between development and operations in order to overcome the frequent conflicts that we can face in every software delivery industry. […]

The post Top Docker Monitoring Tools appeared first on Code Maze.

]]>
https://code-maze.com/top-docker-monitoring-tools/feed/ 2
Continuous Integration with Jenkins and Docker https://code-maze.com/ci-jenkins-docker/ https://code-maze.com/ci-jenkins-docker/#comments Mon, 30 Jul 2018 05:00:07 +0000 https://code-maze.com/?p=3834 We’ve discussed why continuous integration is important, what makes a good CI tool and we’ve learned how to use TeamCity to build, test and deploy a “dockerized” .NET Core Application. As Jenkins is one of the most popular CI tools on the market with over a thousand plugins, in this article, we are going to set […]

The post Continuous Integration with Jenkins and Docker appeared first on Code Maze.

]]>
https://code-maze.com/ci-jenkins-docker/feed/ 20
Continuous Integration with TeamCity and Docker https://code-maze.com/ci-aspnetcoreapp-docker/ https://code-maze.com/ci-aspnetcoreapp-docker/#respond Mon, 04 Jun 2018 06:00:13 +0000 https://code-maze.com/?p=3183 In the previous post, we’ve discussed why continuous integration is important, what makes a good CI tool and after that, we’ve set up a basic TeamCity project to build our application using Docker. But continuous integration is much more than that, so in this article, we are going to learn a bit about more advanced features […]

The post Continuous Integration with TeamCity and Docker appeared first on Code Maze.

]]>
https://code-maze.com/ci-aspnetcoreapp-docker/feed/ 0