C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Saurav Kumar(6)
Rajesh Gami(5)
Riya Patel(4)
Ananya Desai(4)
Rumeel Hussain(4)
Radhakrishnan Govindan(4)
Niharika Gupta(3)
Nagaraj M(3)
Ojash Shrestha(2)
Edinbiro James(2)
Lakshmi Supriya Namana(1)
Raj Bhatt(1)
Nidhi Sharma(1)
Tanuj (1)
Farrukh Rehman(1)
Aarav Patel(1)
Hadshana Kamalanathan(1)
Mominul Islam(1)
Tuhin Paul(1)
Pankajkumar Patel(1)
Naga Santhosh Reddy Vootukuri(1)
Neel Shah(1)
Sarthak Varshney(1)
Allen Oneill(1)
Keyur Pandya(1)
Lokesh Varman(1)
Darshan Adakane(1)
Arun Ramaswamy(1)
Mohamed Shifan(1)
Nandan Hegde(1)
Subham Ray(1)
Arvinth Ganesan(1)
Shubhankar Banerjee(1)
Sanjay Kumar Pathak(1)
Mohamed Azarudeen Z(1)
Narendra Singh(1)
Ijas Ahamed(1)
Aravind Govindaraj(1)
Sardar Mudassar Ali Khan (1)
Vithal Wadje(1)
Rohanathan Suresh(1)
Mahesh Chand(1)
Anuj Angooral(1)
Ivan Porta(1)
Satendra Singh(1)
Rijwan Ansari(1)
Love Thakker(1)
Anish Ansari(1)
Jignesh Trivedi(1)
Daniel Gomez(1)
Periyasamy Vellingirisamy(1)
Prashant Kumbhar(1)
Akhil Mittal(1)
Prashant Kumar(1)
Asma Khalid(1)
Abhishek Mishra(1)
Madhan Raghu(1)
Ankur Mistry(1)
Satish Wadekar(1)
Usama Shahid(1)
S Ravindran(1)
Ravishankar N(1)
Waqas Sarwar(1)
Jayesh Agrawal(1)
Karthick Poonkodi(1)
Majdi Saibi(1)
Debendra Dash(1)
Saurav Kunal(1)
Krishna Kumar(1)
Vidya Vrat Agarwal(1)
Muhammad Habib Jawady(1)
Srashti Jain(1)
Abhijit Kakade(1)
Resources
No resource found
Microsoft Foundry Hosted Agents: Benchmarking Deployment Overhead for .NET Agents
Aug 26, 2026.
Benchmark Microsoft Foundry Hosted Agents for .NET by measuring deployment time, startup overhead, resource usage, and the operational cost of hosted AI agents.
.NET Aspire 13.5 AppHost: Replacing Deployment YAML with C# Infrastructure
Aug 24, 2026.
Explore .NET Aspire 13.5 AppHost and learn how C# infrastructure definitions can simplify deployment configuration and reduce infrastructure drift.
Kubernetes 1.34 Maintenance: Testing .NET Deployment Compatibility
Aug 24, 2026.
Learn how to test .NET application compatibility with Kubernetes 1.34 before maintenance mode and identify deployment, networking, storage, and runtime issues.
.NET Aspire 13.5 AppHost: Replacing Deployment YAML with C# Infrastructure
Aug 24, 2026.
Explore .NET Aspire 13.5 AppHost and learn how C# infrastructure definitions can simplify deployment configuration and reduce infrastructure drift.
Building Self Service Deployment Workflows for Development Teams
Aug 12, 2026.
Empower developers with self-service deployment workflows. Streamline releases, reduce cognitive load, and maintain control with platform engineering.
Common ASP.NET Core IIS Deployment Issues and Fixes
Jul 30, 2026.
Troubleshoot common ASP.NET Core IIS deployment issues like 500.19 errors, module problems, and application startup failures.
Running Open-Source LLMs with vLLM: A Developer's Deployment Guide
Jul 13, 2026.
Deploy open-source LLMs efficiently with vLLM. Learn how this high-performance engine optimizes throughput, memory, and latency for production AI.
Building AI-Powered Deployment Risk Assessment Systems in ASP.NET Core
Jun 29, 2026.
Build AI-powered deployment risk assessment systems in ASP.NET Core to predict failures, optimize strategies, and enhance release reliability.
Building AI-Powered Deployment Verification Systems
Jun 17, 2026.
Enhance CI/CD with AI-powered deployment verification. Detect issues early, ensure quality, and improve confidence with intelligent analysis.
AI Application Deployment Patterns for Kubernetes and Azure Container Apps
Jun 16, 2026.
Deploying AI applications on Kubernetes and Azure Container Apps requires understanding unique patterns like API Gateways and RAG. This guide explores deployment strategies, compares platforms, and offers best practices for scalable, secure, and observable AI solutions, balancing complexity with efficiency for .NET developers.
Feature Flags for AI Applications: Safe Deployment Strategies in .NET
Jun 10, 2026.
Safely deploy AI in .NET with feature flags. Control rollouts, A/B test models, manage costs, and ensure governance for AI innovations.
How to implement blue-green deployment in Kubernetes step by step?
Apr 22, 2026.
Achieve zero-downtime deployments in Kubernetes with blue-green strategy. Learn step-by-step implementation, benefits, and best practices for safer releases.
How to Use Kubernetes ConfigMap and Secret in Deployment (Step by Step)
Apr 14, 2026.
Master Kubernetes ConfigMaps & Secrets! Securely manage app configurations & sensitive data like passwords. Step-by-step guide for cleaner, scalable deployments.
What is Blue-Green Deployment and How Does It Work in DevOps?
Apr 14, 2026.
Blue-Green Deployment ensures zero downtime in DevOps. Learn how it works, its benefits, and how to implement it for safer, faster software releases. Ideal for high-availability apps.
How to Rollback Deployment in Kubernetes Safely?
Apr 01, 2026.
Quickly revert to stable app versions in Kubernetes with rollbacks. Learn to use kubectl rollout undo, manage deployment history, and ensure smooth recovery from failed deployments.
How to Implement Blue-Green Deployment in Cloud Environments
Mar 17, 2026.
Learn how to implement Blue-Green Deployment in cloud environments like AWS, Azure, and Google Cloud. Minimize downtime, reduce risk, and ensure seamless updates!
How to Implement Blue-Green Deployment in Cloud Applications
Mar 09, 2026.
Implement Blue-Green deployment for seamless cloud app updates! Minimize downtime, ensure reliability, and roll back easily. A must for DevOps & cloud-native.
Hosting and Deployment in ASP.NET Core
Feb 25, 2026.
Master ASP.NET Core hosting and deployment! Explore Kestrel, IIS, Nginx, cloud options, and containerization for scalable, reliable web apps. ??
🧱 Lecture 11: Continuous Integration and Continuous Deployment (CI/CD) with Jenkins
Feb 16, 2026.
Master CI/CD with Jenkins! Automate builds, tests, and deployments for faster, reliable software releases. Learn Jenkinsfile, best practices, and more. Industry-aligned guide.
How does DevOps improve software delivery and deployment speed?
Feb 10, 2026.
Discover how DevOps accelerates software delivery! Learn about CI/CD, automation, and IaC for faster, safer, and more reliable deployments. Boost business agility!
Why Reports Change After Deployment – Data Consistency Explained
Feb 02, 2026.
Reports changing post-deployment? This article explains why, covering code, data pipelines, caching, and more. Maintain trust with clear communication & definitions!
Power BI Deployment Checklist Before Going Live
Jan 22, 2026.
Ensure successful Power BI deployments! This checklist covers data validation, performance testing, security, and user acceptance for a smooth go-live. Avoid common pitfalls!
CI/CD and Deployment Strategies for Salesforce Integrations
Jan 20, 2026.
Implement CI/CD for Salesforce integrations to boost reliability and speed. Learn environment strategies, testing, API limit handling, and rollback planning.
Docker Deployment in AWS EC2
Jan 16, 2026.
Deploy applications reliably on AWS using Docker and EC2. This guide covers setup, architecture, and benefits for consistent, scalable deployments. Ideal for microservices.
Enterprise-Grade Private LLM Deployment Architecture: Secure, Autoscaling, Multi-Region, and Internet-Isolated
Jan 14, 2026.
Ensure LLM resilience with a secure, autoscaling, multi-region architecture. Achieve near-zero downtime, regulatory compliance, and enterprise-grade availability.
Modern Deployment Architecture using Load Balancers, Ingress, and API Gateways
Jan 08, 2026.
Explore modern deployment architecture with Load Balancers, Ingress Controllers, and API Gateways. Learn how they ensure scalability, security, and reliability.
Overview of Web Server Deployment on an Amazon EC2 Instance
Dec 19, 2025.
Deploy a web server on Amazon EC2! This guide walks you through launching an EC2 instance, configuring network settings, and accessing your live web server. Perfect for beginners!
Blue-Green-Warm Deployment Pipeline Pattern — A Modern Enterprise Guide
Nov 25, 2025.
Achieve zero-downtime deployments with the Blue-Green-Warm pattern! Validate releases in a real-world environment before full cutover. Ideal for enterprise apps.
Implementing Blue-Green Deployment for Zero Downtime in .NET
Nov 14, 2025.
Achieve zero-downtime deployments in .NET with Blue-Green Deployment! Learn the benefits, workflow, and practical implementation using Azure, Kubernetes, and more. Ensure seamless updates and instant rollbacks.
Multi-Region Deployment for High Availability (HA) in Azure: A Step-by-Step Implementation Guide
Nov 11, 2025.
Achieve high availability in Azure with multi-region deployment! This guide details a step-by-step implementation using ASP.NET Core, Angular, and SQL Server for resilient apps.
Using AI Agents for Web Deployment Automation
Nov 05, 2025.
Automate web deployments with AI agents! Learn how to build intelligent agents for faster, safer, and more consistent deployments. Reduce errors and boost efficiency.
Zero Downtime Deployment Strategies for ASP.NET Core Apps
Nov 05, 2025.
Eliminate downtime during ASP.NET Core deployments on IIS! Learn Blue-Green strategies, Jenkins CI/CD, health checks, and monitoring for seamless updates.
ASP.NET Core Docker Kubernetes Deployment Guide | Cloud-Native DevOps (Part-32 of 40)
Oct 22, 2025.
This comprehensive guide provides step-by-step instructions for containerization, orchestration, CI/CD pipeline implementation, and production best practices. Learn to build scalable, resilient, and secure cloud-native applications on Azure and AWS. Optimize performance, implement robust monitoring, and ensure disaster recovery.
Zero-Downtime Azure Functions: Deployment Strategies & Timeout Configuration for Mission-Critical Systems
Oct 16, 2025.
Achieve zero-downtime deployments for mission-critical Azure Functions. This guide details strategies like slot swapping using Azure DevOps for continuous integration and delivery. Learn to configure timeouts with host.json and function.json for resilient systems, ensuring high availability and preventing service interruptions, even during peak loads. Ideal for real-time applications where uptime is paramount.
How to swap deployment slots in Azure App Service?
Sep 05, 2025.
Learn how to leverage Azure App Service deployment slots for seamless website updates with zero downtime. This guide walks you through creating staging slots, deploying code changes, and swapping them into production using both Azure Cloud Shell and the Azure portal. Master release control, production testing, and easy rollbacks for a robust deployment pipeline. Improve your Azure deployment strategy today!
How Docker simplfies Deployment and scaling when using .NET API's
Aug 18, 2025.
Learn how Docker containers streamline the development, deployment, and management of .NET applications. This guide covers creating, building, and running .NET apps in Docker efficiently and securely.
Automating AKS Cluster Deployment with Terraform
Apr 28, 2025.
Learn how to define infrastructure as code (IaC) for scalable, consistent, and efficient AKS provisioning. Simplify cloud operations and accelerate your Kubernetes journey with Terraform.
Docker Deployment for ASP.NET Core API & Blazor Apps
Apr 10, 2025.
Learn to Dockerize ASP.NET Core APIs and Blazor apps with real-world examples, Compose setups, and pro tips to avoid pitfalls.
Secure AI Model Deployment with Azure Confidential Computing
Feb 27, 2025.
Azure Confidential Computing provides a secure environment for AI model deployment by leveraging hardware-based Trusted Execution Environments (TEEs) like Intel SGX and AMD SEV.
Setting Up Content Deployment in SharePoint
Aug 02, 2024.
This guide covers essential setup steps, including configuration settings, deployment processes, and best practices for effective content management and automation in SharePoint.
Windows Deployment with Ansible Manual and Automated Install
Aug 01, 2024.
This guide explains how to streamline Windows system deployment using a prepared Windows image and Ansible. Learn to create a base Windows image, generalize it with Sysprep, capture it, and then automate software installations using Ansible.
How WaaS simplifies OS Deployment in M365
Jul 26, 2024.
In this article we will look at how Microsoft's approach of Windows as a Service (WaaS) in Microsoft 365 (M365) is providing and maintaining the Windows operating system. Also we will look at components of WaaS and how are they served to users.
Azure Bicep: Deployment and Infrastructure as Code
May 10, 2024.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep deployment. It starts with logging into Azure and then moves on to explain the concept of deployment in Azure Bicep, complete with code samples and explanations.
Customize Your Office Installer Using Office Deployment Tools
Feb 28, 2024.
Customize your Microsoft Office installer effortlessly with Office Deployment Tools. Tailor settings, configurations, and deployment strategies to fit your organization's needs using command-line options and XML configuration for seamless setup.
Automated Deployment of SQL Server Database through Azure Devops
Feb 06, 2024.
Explore an automated deployment solution for SQL Server databases using Azure DevOps. This guide details the setup of a self-hosted agent, granting necessary server access, and configuring a release pipeline for deployment.
Navigating the Deployment Dilemma: On-Premises vs. Cloud in 2024
Nov 06, 2023.
In the dynamic landscape of technology, the decision between on-premises and cloud deployment continues to be a pivotal choice for organizations. As we step into 2024, this decision holds more weight than ever, given its profound impact on an organization's operational efficiency, financial strategy, and overall competitiveness. The dilemma persists, and organizations must carefully weigh the pros and cons of each approach to align with their specific needs and aspirations.
Troubleshooting 'Global Service Principal ID' Error in SPFX Deployment
Aug 25, 2023.
Encountered "Could not retrieve Global Service Principal ID" error while deploying SPFX with Graph API. Issue traced to misconfigured Azure AD App Registration under SharePoint. Resolve by matching GUIDs and obtaining GlobalAdmin access.
Smart Contract Deployment Made Easy with Hardhat
Aug 08, 2023.
Learn how to deploy smart contracts on Polygon using Hardhat. Harness the power of scalability and reliability in blockchain development.
Power Platform Solution Deployment - Process, Issues and Fixes
May 15, 2023.
In this article we will see how we can deploy Power Platform components like Apps and Flows along with connection references and environment variables with Solutions. What are some real-life issues and challenges in deploying Power Platform Solutions and how to handle these challenges.
Mastering Virtual Machine Deployment in Azure: In 8 steps.
May 10, 2023.
This title suggests that the article will provide readers with a comprehensive guide to creating virtual machines in Azure, which will help them to become proficient in this essential skill. The title is catchy and attention-grabbing, making it more likely that readers will want to read the article.
Azure VM Deployment Using Bicep!
Apr 06, 2023.
Bicep is an open-source, domain-specific language (DSL) developed by Microsoft
How To Install And Configure Windows Deployment Services in Server 2019
Dec 04, 2022.
React App With Firebase Deployment (Manual And CI)
Nov 28, 2022.
In this article, you will learn about React Application with Firebase deployment.
Application Deployment On Azure Cloud Using Azure Web App Service
Nov 16, 2022.
In this article, you will learn about Application Deployment On Azure Cloud using Azure Web App Service.
Cloud Deployment And Services Delivery Models
Sep 05, 2022.
In this article, we will learn about the various types of cloud deployment and service delivery models.
Windows 10/11 App Deployment Using Intune
Feb 21, 2022.
This article will guide in creation of app packages and upload them in Intune so that user can download them from Company Portal app
How to Check Azure Resource Deployment History
Dec 09, 2021.
Learn how to check Azure resources deployment history in your Azure portal.
Modeling And Deployment Of Machine Learning Application
Aug 23, 2021.
In this article, we’ll learn about the various properties of modeling and deployment of machine learning application. We’ll explore about Hyperparameters, Model Versioning, Model Monitoring, Model Updating, Model Routing and Model Predictions. Moreover, we'll also dive into on-demand predictions and batch predictions.   
Machine Learning Workflow And Its Methods Of Deployment
Aug 12, 2021.
This article discusses about machine learning, its various components and dives deep into deployment of machine learning models into production. Different paths of deployment are explored with each described in detail. We also learn about PMML and PFA and about the importance of learning deployment of machine learning models.
Azure App Deployment With GitHub Action
Aug 10, 2021.
In this article, you will learn about Azure App Deployment with GitHub Action.
Automate Your Power BI Reports Deployment Using Azure DevOps
Jul 23, 2021.
This article will guide you through the implementation of CI/CD pipelines using Azure DevOps. This will enable you to deploy your local report to your Power BI service automatically. To show you how it works, I will use an extension called Power BI Actions, available for free on the Visual Studio marketplace.
Understanding Application Deployment On Kubernetes Cluster
Jul 13, 2021.
In this article, you will understand application deployment on Kubernetes cluster.
What Is Deployment Slots In Azure App Service
Mar 18, 2021.
In this article, you will learn about what is deployment slots in Azure App Service?
Error Occurred In Deployment Step 'Recycle IIS Application Pool' - Invalid Namespace SharePoint
Jan 18, 2021.
In this article, you will learn about Error occurred in deployment step 'Recycle IIS Application Pool': Invalid namespace SharePoint.
Automate Code Deployment And Infrastructure Provisioning On Azure Using Terraform And Azure DevOps
Jan 18, 2021.
By the end of this article, You will be able to automate your code deployment to Azure automatically and provision infrastructures using terraform. Everything will happen automatically whenever you push the code with a new commit or any new changes to Github.
Application Deployment On Azure Kubernetes Service - Part Two
Dec 18, 2020.
Explore ConfigMap usage in Kubernetes deployments, configuring Redis master with AKS, providing environment-specific configuration via ConfigMap. Learn YAML file creation, command execution, volume mounts, and using redis-cli to verify configuration settings dynamically.
Application Deployment On Azure Kubernetes Service - Part Three
Dec 18, 2020.
In Part Three of deploying applications on Azure Kubernetes Service (AKS), explore advanced topics like Helm chart usage, CI/CD pipelines with Azure DevOps, and YAML configuration for fine-tuning deployments. Learn scalability and high availability strategies for robust application hosting.
Application Deployment On Azure Kubernetes Service
Dec 16, 2020.
Deploying applications on Azure Kubernetes Service (AKS) involves containerizing apps with Docker, orchestrating with Kubernetes, and managing scalability, availability, and load balancing. Utilize YAML configuration and Helm charts.
Set Up a Continuous Deployment Pipeline for Cloud Foundry Application Using Azure Devops
Sep 06, 2020.
Learn about CI/CD in DevOps for automating application build, testing, and deployment. This guide covers setting up a continuous delivery pipeline using Azure DevOps to deploy applications to Cloud Foundry, focusing on IBM Cloud. It includes detailed steps and configuration for a seamless deployment process.
GitHub Actions + Azure - Continuous Deployment Of ASP.NET Core With DotVVM Applications
Aug 06, 2020.
In this article, you will learn about GitHub Actions + Azure - Continuous Deployment of ASP.NET Core with DotVVM Applications.
What Is Cloud Computing? Explore The Services And Deployment Models
Jul 15, 2020.
In this article you will learn what is Cloud Computing? explore the Services and Deployment Models.
Containerized Application Deployment With Kubernetes In Local Machine
Apr 15, 2020.
In this article, you will learn about docker containerized application deployment with Kubernetes in local machine.
Azure App Deployment Thru KUDU😇
Mar 12, 2020.
In this article we have learned overview of Azure KUDU, how to use it for deployment in Microsoft Azure.
Continuous Integration and Deployment (CI/CD) of ASP.NET Core Application on Azure Web App using Jenkins - Day Two
Dec 04, 2019.
In this article, you will learn about the Continuous Integration and Deployment (CI/CD) of ASP.NET Core Application on Azure Web App using Jenkins.
Container Creation And Application Deployment With Google Kubernetes Engine
Oct 22, 2019.
In this article, you will learn how to create containers and application deployment with Google kubernetes engine.
How To Create A Small App Engine Application Deployment On Google Cloud Platform
Oct 21, 2019.
In this article, you will learn how to create a small app engine application deployment on the Google cloud platform.
Nintex Purge Data Deployment Plan - SharePoint Servers
Oct 01, 2019.
In this article, you will learn about Nintex Purge Data Deployment Plan - SharePoint Servers.
ASP.NET MVC 5 - Deployment On Windows IIS Server
Jul 31, 2019.
Explore the step-by-step process of deploying an ASP.NET MVC5 web application on a Windows server with IIS manager. Learn about Docker deployment alternatives, configuring Web Deploy Package, setting up application pools, creating websites, and custom domain configuration.
Deploy .NET Core Application To Linux Containers On Azure Web App using Deployment Center - Part Three
Jul 16, 2019.
This article demonstrates how to generate Azure DevOps CI and CD Pipelines from Azure Web App Deployment Center. This technique saves a lot of time for DevOps Engineers as they need not create or configure Continuous Integration and Continuous Deployment Pipelines manually and can generate these with a few button clicks in the Azure portal.
SSRS Manual Deployment And Configuration In SharePoint
Jan 24, 2019.
In this post, I have explained how to manually deploy and configure SSRS in SharePoint.
Continuous Deployment🚀 Using Azure DevOps Pipelines🌈 And .NET Project
Dec 21, 2018.
Learn how to set up a continuous deployment pipeline in Azure DevOps for .NET projects. Configure tasks, deployment groups, variables, and retention policies for efficient release management. Test deployments and monitor task activities for successful deployments.
FFmpeg Deployment With AWS Lambda Under Node.js Platform
Dec 19, 2018.
I was working on FFmpeg for a task related to audio files, and it worked fine on my local machine. So, I wanted to bundle it up in AWS Lambda but I had to struggle a lot. Here is how you can deploy FFmpeg with AWS LambdaWS Lambda, with the help of some NPM.
Preparing The Angular Apps For Deployment - Part Thirteen
Nov 23, 2018.
In this article, we’ll deploy a very simple application. And I have attached the application code with this article.
Teamcity Installation For Deployment Using Bitbucket
Oct 17, 2018.
Install Visual Studio Community (latest version) - This ensures the latest version of .NET is installed and the build agents that Team City uses are also installed. Plus extremely useful for server-side debugging etc.
How To Create A Web App With Deployment From GitHub Using Azure PowerShell
Sep 07, 2018.
This is a step by step article on creating a web app with deployment from GitHub using Azure PowerShell. Create, deploy and test web apps using Azure and PowerShell
Solution Deployment Failed On One Or More Servers In Farm
Aug 29, 2018.
When deploying a solution in multi-server SharePoint farm, it did not deploy to all servers in the farm. During deployment, it misses one or more servers and status of the solution "Not Deployed".
Contact Application Azure Deployment ASP.NET Core Web API, Angular 6 Using Visual Studio Code
Jun 20, 2018.
In this article, we are going to deploy/host Contact Application with visual studio code to Azure web apps.
Azure Web App Deployment Using Visual Studio
Jun 18, 2018.
In this article, we will learn how to Create and Deploy the ASP.NET Web App in MS Azure, with the help of Visual Studio.
Automating Code Deployment With Github And Azure
May 08, 2018.
Today we are going to learn how to deploy an ASP.NET Core application in Azure automatically from a Github repository.
Working With Azure Web App Deployment Slots
May 02, 2018.
In this article, we will learn what Azure slots are and how we can move our application to different environments before pushing into a production environment.
Continuous Deployment With Jenkins And .NET
Mar 26, 2018.
The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. This architecture makes it easy to extend Jenkins to support MSBuild files, Git version control etc.
Azure WebApp - Rollback Your Deployment Using Deployment Slot
Jan 29, 2018.
We generally find issues in our deployed application while it is in production. This is a really awkward situation in the development cycle. It is also painful for the customer. I am going to discuss the solution to this issue in this article.
Building CI/CD Pipeline From Scratch For Azure Deployment Using VSTS
Dec 28, 2017.
Continuous Integration (CI)/Continuous Deployment (CD) are widely used terms in the DevOps world. If you are new or don’t fully understand the buzzword DevOps, do read this article.
Automating Code Deployment With Azure And GitHub
Nov 13, 2017.
In this article you will learn about how to use ‘App Services’ and exploit Github’s source code management functionalities and version control in order to automate the deployment of your software and maintain a record of prior changes in order to mitigate extra effort in pushing to production.
Azure App Service - Deployment Slot
Oct 08, 2017.
Azure makes it easy, to create deployment slots for App Services. It’s available in the Standard or Premium App Service plan mode. Deployment slots are actually live apps with their own hostnames. App content and configurations elements can be swapped between two deployment slots, including the production slot.
Azure Deployment Details And Logs
Oct 03, 2017.
I am working on Microsoft Azure services from last 3-4 years. I always like to work on cloud platform provided by Microsoft. Microsoft always comes up with new services, features with their products. I have observed one thing with Azure that creating any resources or creating design is not big deal. There are lots of technical material and forums provided by Microsoft. Most challenging thing with azure is troubleshoot any issue till you actual route cause.
How To Configure Exchange 2016 Hybrid Deployment With Office 365 - Part Four
Aug 29, 2017.
In this multi part article series, we will see how to set up Hybrid Exchange 2016 with Office 365 by using ADFS and AAD Directory Sync Services.
How To Configure Exchange 2016 Hybrid Deployment With Office 365 - Part Three
Aug 29, 2017.
In this multi part article series, we will see how to setup Hybrid Exchange 2016 with Office 365 by using ADFS and AAD Directory Sync Services.
How To Configure Exchange 2016 Hybrid Deployment With Office 365 - Part Two
Aug 28, 2017.
In this multi part article series, we will see how to set up Hybrid Exchange 2016 with Office 365 by using ADFS and AAD Directory Sync Services.
How To Configure Exchange 2016 Hybrid Deployment With Office 365 - Part One
Aug 28, 2017.
In this multi part article series, we will see how to setup Hybrid Exchange 2016 with Office 365 by using ADFS and AAD Directory Sync Services.