Resources  
  • Difference Between Virtual Machines & ContainersMay 22, 2024. Virtual Machines (VMs) and Containers revolutionize software development and deployment. VMs offer full OS environments, while containers provide lightweight, portable app isolation. Choosing depends on project needs and infrastructure.
  • Understanding Docker: A Game Changer for Software DeploymentMay 20, 2024. Docker, introduced in 2013, automates application deployment within containers, ensuring consistency across development stages. Despite some challenges like security and data storage, Docker simplifies app deployment, as shown in a C# example.
  • 🖥️ How to Create an Azure Container Instance in Microsoft AzureMay 16, 2024. Learn how to deploy Azure Container Instances effortlessly with our comprehensive guide. Discover step-by-step instructions for setting up and managing containerized applications in Microsoft Azure.
  • Use Multiple Environments in ASP.NET CoreMay 13, 2024. In ASP.NET Core, leverage multiple environments like development, staging, and production to tailor your application's behavior and configuration for different deployment scenarios. Optimize settings and configurations for each environment, streamlining deployment and enhancing scalability.
  • Deploy Azure IoT Edge on Linux with WindowsMay 13, 2024. Discover optimal Azure IoT Edge deployment strategies for Linux and Windows environments. Explore compatibility, containerization with Docker, Kubernetes integration, and device management, ensuring seamless IoT solutions in hybrid setups.
  • Detailed Approach for Implementing AI SolutionsMay 10, 2024. Implementing AI solutions involves problem definition, data collection, EDA, feature engineering, model selection, training, tuning, evaluation, deployment, monitoring, and ethical considerations. Continuous improvement ensures adaptability, scalability, and security for sustained effectiveness.
  • Azure Bicep: Deployment and Infrastructure as CodeMay 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.
  • Understanding the Connections Between Classes in OOPMay 10, 2024. Understanding how different tools in a toolbox are used to build something. This guide helps you see how these classes share information and work together to create software, making it easier to understand how programs are put together using Object-Oriented Programming (OOP).
  • Azure App Service: Build, Deploy, Scale Web & Mobile AppsMay 09, 2024. This article provides a step-by-step guide to implementing Azure App Service for building, deploying and scaling web and mobile applications. The article covers creating an Azure App Service Plan, creating an Azure App Service, deploying your application, and monitoring and scaling your application.
  • Azure Bicep: Power of Variables for Efficient DeploymentMay 08, 2024. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep variables. It starts with logging into Azure, then moves on to explain the concept of variables in Azure Bicep, complete with code samples and explanations.
  • How To Deploy Angular 17 Application FreelyMay 06, 2024. In this post, we will see how to deploy angular 17 application freely with Google Firebase Console.
  • Kickstarting Azure Infrastructure: Azure BicepMay 05, 2024. Learn to rapidly deploy Azure infrastructure using Azure Bicep with this beginner's guide. Automate resource provisioning, enhance scalability, and streamline management through Infrastructure as Code (IaC) principles.
  • Decoding Azure Infrastructure: Azure Bicep and ARM TemplatesMay 05, 2024. In the previous article, we introduced Azure Bicep and discussed its advantages over ARM templates. We learned about its simplified syntax, improved modularity, better tooling, and transparency over ARM templates.
  • Azure Bicep - Introduction to Azure BicepMay 03, 2024. This is a 14-Day series which introduces Azure Bicep Infrastructure as Coding (IaC) to the readers. This will be posted in 14 parts for ease of reading.
  • Deploying .NET 8 Core Web API in Cloud with .NET Aspire App"May 01, 2024. Learn to build and deploy high-performance .NET Core Web APIs in cloud environments using ASP.NET Core. Explore best practices for scalability, containerization with Docker, and deployment on Azure or AWS.
  • What is Network Intelligence Service in Alibaba Cloud?Apr 26, 2024. Unleash the power of Alibaba Cloud's Network Intelligence Service (NIS) for self-service website network design, deployment, and insightful troubleshooting.
  • Feature Flags in .NET Core with AzureApr 12, 2024. Explore the seamless integration of feature flags in .NET Core applications with Azure's robust platform. Learn how to efficiently manage and deploy feature flags, enabling agile development, continuous integration, and controlled release management for enhanced software delivery.
  • Deploying Palo Alto Firewall on AzureApr 09, 2024. In this article, we will explore the seamless integration of Palo Alto Firewall with Azure for robust network security. Learn deployment strategies, security policies, and threat prevention techniques to safeguard your cloud infrastructure.
  • Containerized Apps: Auto Scaling & Monitoring with KubernetesApr 09, 2024. Learn the fundamentals of Docker and Kubernetes, including auto-scaling. Follow a detailed guide to implement a Weather Forecast API using .NET Core 6 Web API, containerize the application with Docker and Kubernetes, set up auto-scaling with HPA and VPA, configure Metric Server for monitoring.
  • Enhance Azure DevOps: Manage Environments with Replace TokensMar 28, 2024. In this article, we are going to learn how to change the values that are specific for each environment using an Azure DevOps extension called Replace Tokens.
  • Python SDK Deployment: Image Moderation for Content SafetyMar 27, 2024. This article provides a comprehensive guide on deploying Image moderation using the Python SDK for integrating with a Content Safety application, offering a detailed step-by-step implementation process.
  • Organizing AWS Lambda dependencies with layersMar 27, 2024. Optimize AWS Lambda deployments by organizing dependencies with layers. Simplify management, enhance performance, and streamline updates for serverless applications, ensuring efficient resource utilization in your cloud architecture.
  • Deploying Web Apps and APIs with Visual Studio Mar 22, 2024. Deploying Web Apps and APIs with Visual Studio involves utilizing Visual Studio's built-in deployment features to efficiently publish your applications. You can configure various settings such as publishing method, target location, exclusion of specific files or folders, and launch preferences.
  • Implement Environment Approvals for Multi-Stage YAML PipelineMar 13, 2024. In this article, we will learn to integrate environment approvals into your multi-stage YAML pipelines for enhanced control over software deployment. With Azure DevOps, ensure each stage undergoes verification before progressing, ensuring smooth and reliable software delivery.
  • How to Install and Configure RODC in ServerMar 12, 2024. In this article, we will explore A read-only domain controller (RODC) is a domain controller that hosts an Active Directory database's read-only partitions.
  • Customize Your Office Installer Using Office Deployment ToolsFeb 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.
  • How to Install WDS in Server?Feb 26, 2024. This article provides a comprehensive guide on installing Windows Deployment Services (WDS) on Server 2019, detailing each step in the process.
  • Run .NET 6 containerized applications on Google Cloud Run Feb 23, 2024. Effortlessly deploy .NET 6 containerized apps on Google Cloud Run. Benefit from serverless architecture, scalability, and seamless integration with Docker, enabling efficient management and deployment of your applications in the cloud.
  • Getting started with Azure OpenAI GPT Modules and Azure OpenAIFeb 13, 2024. In this module, we will be learning about modules in Azure Openai prompt engineering techniques and getting started with Azure Openai Studio.
  • Getting Started with Azure DevOpsFeb 13, 2024. This article provides an introduction to DevOps, highlighting its collaborative approach between development and operations teams to improve software development, testing, validation, and deployment processes. Azure DevOps and its benefits, emphasizing cloud-hosted capabilities for enhanced collaboration and tool accessibility.
  • How to Deploy Angular Application on Nginx?Feb 07, 2024. Deploying an Angular application on Nginx involves setting up Angular, installing Node.js, creating folders, installing Angular CLI, downloading Nginx, configuring ports, building the app, copying files to Nginx's HTML folder, and starting and stopping the Nginx server.
  • Automated Deployment of SQL Server Database through Azure DevopsFeb 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.
  • Create Cloud Architecture Diagrams in Python with Diagrams LibraryFeb 06, 2024. The Diagrams library by Mingrammer provides a Pythonic approach to creating cloud system architecture diagrams. It allows developers to define components and their interactions using Python code
  • How to Deploy .NET Aspire Apps to Azure Container AppsFeb 05, 2024. Learn to deploy .NET Aspire on Azure Container Apps effortlessly with Azure Developer CLI. Explore flexibility, scalability, and seamless integration.
  • Creating Azure Resource Groups, Advantages and DisadvantagesJan 31, 2024. Microsoft Azure employs Azure Resource Groups (RGs) for streamlined deployment and management. This guide explores creating, advantages, challenges, and best practices for effective cloud resource management.Creating Azure Resource Groups, Advantages and Disadvantages.
  • Deploy an Azure Service Bus Topic Using ARM TemplateJan 24, 2024. Deploying an Azure Service Bus Topic through the 'Deploy a Custom Template' method is simplified using an ARM template. Follow the steps to upload JSON files, configure parameters, and effortlessly create Azure resources.
  • Entity Relationship Diagrams in Microsoft Dynamics with XrmToolBoxJan 04, 2024. Delve into the realm of data architecture within Microsoft Dynamics 365 as I guide you through the process of crafting detailed Entity Relationship Diagrams (ERDs) using the versatile XrmToolBox. This comprehensive article demystifies the complexities of visualizing and understanding data relationships.
  • How to Use GitHub to Launch Your Web ApplicationDec 27, 2023. Learn to deploy your web application using GitHub and Azure Web Apps. This step-by-step guide covers creating, deploying, and managing applications for efficient development and growth. ??
  • Go live on linux Server With Node JS AppDec 23, 2023. Download nvm. NVM is a node version manager and in order to install Node and npm, first nvm is to be installed using following commands.
  • Deploy Angular App on Apache ServerDec 21, 2023. Effortlessly deploy a new server with step-by-step instructions. From installing essential tools like NVM, Node, npm, and Angular, to setting up Apache and deploying code, this guide ensures a seamless process.
  • How to Plan for a Windows 365 Cloud PC Deployment?Dec 18, 2023. Securely stream your Windows experience including your personalized apps, content, and settings from the Microsoft Cloud to any device with your Windows 365 Cloud PC.
  • Announcing the General Availability of .NET Chiseled ContainersDec 04, 2023. Explore the revolutionary .NET Chiseled Containers for cloud app deployment, offering size, security, and operational efficiency benefits.
  • Deploying a Python Application to AzureNov 21, 2023. Deploying a Python application to Azure enables seamless scalability, robust performance, and easy maintenance. In this guide, we’ll walk through the process using Azure App Service, a platform that facilitates deploying and managing web applications
  • Navigating the Deployment Dilemma: On-Premises vs. Cloud in 2024Nov 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.
  • Azure Function Data Migration with ASP.NET Core Web APISep 15, 2023. Creating an Azure Function for data migration from one database to another using an ASP.NET Core Web API involves several steps. In this example, I'll provide a high-level overview and code snippets for each step. Please note that this is a simplified example, and you should adapt it to your specific needs.
  • Azure Functions Proxies: URL Rewriting and API CompositionSep 12, 2023. Azure Functions Proxies are a powerful feature that allows you to define proxies to control the behavior of HTTP requests and responses to and from your Azure Functions. You can use them for URL rewriting, request/response transformation, and API composition. Here are the steps to use Azure Functions Proxies in an ASP.NET Core application:
  • Launching and Configuring an EC2 Web Server on AWSSep 08, 2023. The Art of AWS Web Server From Concept to Reality is a comprehensive guide that takes readers on a journey through the process of designing, building, and deploying a web server infrastructure on Amazon Web Services (AWS). This book is tailored for individuals, developers, and IT professionals who want to master the art of creating scalable and reliable web server environments using AWS cloud services.
  • Securing Infrastructure with VMware SaltStackSep 06, 2023. Securing Your Infrastructure with VMware SaltStack: Best Practices and Considerations
  • 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.
  • Exploring AWS EC2 Instances: Features, Deployment, and Hands-On Insights Aug 23, 2023. Explore AWS Article Collection: Unveil AWS EC2 Instances and More. Discover the versatility of virtual servers, from lifecycle management to load balancing. Embrace the cloud revolution and embark on an insightful journey.
  • Deploy Angular Project On DomainAug 22, 2023. In this article, I told you how to run a project on the domain. It appears you're requesting a description, but you haven't specified what you'd like a description of. Could you please provide more context or clarify the subject you're referring to? Whether it's a technology, concept, process, or something else, providing additional details will help me provide you with an accurate and relevant description.
  • Smart Contract Deployment Made Easy with HardhatAug 08, 2023. Learn how to deploy smart contracts on Polygon using Hardhat. Harness the power of scalability and reliability in blockchain development.
  • Streamlined Orchestration with VMware SaltStack: Automating WorkflowsJul 21, 2023. This article focuses on SaltStack's orchestration features within the VMware ecosystem, highlighting its ability to streamline workflows, automate tasks, and coordinate complex operations across multiple systems.
  • Unlocking the Power of Serverless Computing with Azure Functions Jul 16, 2023. Azure Functions are a serverless computing service provided by Microsoft Azure. They allow developers to write and deploy small units of code called functions that can be triggered by various events. With scalability, cost efficiency, and seamless integration with other Azure services, Azure Functions provide an efficient solution for building event-driven and microservices-based applications. They support multiple programming languages, offer easy deployment and management options, and provide built-in monitoring and debugging capabilities. Azure Functions are found within the Azure portal and can be created using Azure CLI or Visual Studio.
  • How to Deploy an Angular app to FirebaseJul 03, 2023. Angular 15 Application Deployment on Firebase
  • Activity Diagrams Used in Software DevelopmentJul 02, 2023. The "Unified Modeling Language" provides the foundation for the system flow diagram. This diagram illustrates how the user interacts with the system for each use case. How the system will function and how the user will be able to interact with it. Unified Modeling Language (UML) activity diagrams are a particular sort of behavioral diagram that show the flow and order of activities or processes within a system or business process. They show the numerous tasks, decisions, and actions that go into a process, emphasizing the sequence of events and the connections between distinct components. Activity diagrams are frequently used to represent intricate business processes, use cases, and software system Behaviour.
  • Sequence Diagram Used in Software DevelopmentJul 02, 2023. The interactions between items or components in a system are often visualized in software development using sequence diagrams, a type of UML (Unified Modelling Language) diagram. By depicting the series of messages sent between items over time, they offer a dynamic view of how the system functions. Sequence diagrams are particularly helpful for planning, describing, and expressing the data and control flow that will occur during the execution of a specific scenario or use case. Sequence diagrams are used in software development for the following reasons and important components:
  • System Sequence Diagram Used in Software DevelopmentJun 30, 2023. A System Sequence Diagram (SSD) is a UML (Unified Modelling Language) diagram used in software development to depict the interactions between an external actor and the system being developed. It illustrates the sequence of messages exchanged between the actor and the system to achieve a particular functionality or use case. Here's an example of how a System Sequence Diagram may look: 18.6 System Sequence Diagram: The system sequence diagrams are based on the “Unified Modelling Language” This diagram visualizes the use case against the canaries.
  • Deploying ASP.net MVC Application on IIS ServerJun 19, 2023. Microsoft's Internet Information Services (IIS) is a versatile, all-purpose web server that provides requested HTML pages or files on Windows PCs. Remote client computers can submit queries to an IIS web server, which will then deliver the proper response. Web servers can share and distribute information across LANs, such as corporate intranets, and WANs, such as the Internet, thanks to this fundamental functionality.
  • Backpressure Pattern- Design PrincipleMay 31, 2023. The backpressure pattern is a design principle used in software systems to manage and regulate the flow of data between components or services.
  • How to Generate a Standalone Executable File from C# Project in Visual Studio 2022May 29, 2023. In this article, we will explore the process of generating a standalone executable file from a C# project in Visual Studio 2022. A standalone executable file allows you to distribute your application to end users without the need for them to have the .NET Framework or any other dependencies installed on their machines.
  • What is Kubernetes?May 26, 2023. What is Kubernetes?
  • Power Platform Solution Deployment - Process, Issues and FixesMay 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
  • Source Control (3-1), DevOps And Different ProductsApr 06, 2023. Source Control (3-1), DevOps And Different Products" explores the integration of source control systems like Git within the DevOps framework. It delves into practices such as Continuous Integration (CI) and Continuous Deployment (CD), leveraging tools like Jenkins, Docker, and Kubernetes.
  • Deploy .NET 6 Workloads To Google Kubernetes Engine And Explore Kubernetes Features And DeploymentMar 15, 2023. In this article, we will try to set up our first GKE cluster. We would also deploy .NET 6 service to GKE. In the end, we would explore Kubernetes features and deployments.
  • Blazor WASM - Workflow Designer Using Blazor DiagramsDec 15, 2022. This article shows how to design a simple workflow using blazor diagram library in blazor WASM
  • How To Install And Configure Windows Deployment Services in Server 2019Dec 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.
  • Deployment TypesNov 16, 2022. In this article, you will learn about Deployment Types.
  • Application Deployment On Azure Cloud Using Azure Web App ServiceNov 16, 2022. In this article, you will learn about Application Deployment On Azure Cloud using Azure Web App Service.
  • Deployment (3), Wise InstallerOct 20, 2022. This article is just recording the Wise Installer Setup and installation process.
  • Basics of Kubernetes Sep 28, 2022. This article exercise gives a walkthrough of the fundamentals of the Kubernetes cluster orchestration system.
  • Static Web Apps - DeploymentsSep 22, 2022. In this entry we'll review how to configure our Static Web App from our source code repositories in GitHub or Azure DevOps.
  • Cloud Deployment And Services Delivery ModelsSep 05, 2022. In this article, we will learn about the various types of cloud deployment and service delivery models.
  • How To Deploy Excel Add-ins To Your OrganizationAug 12, 2022. This article show you how to deploy excel add-ins in your organization.
  • Host And Publish .NET Core 6 Web API Application On IIS ServerJul 03, 2022. In this article, you will learn how to host and Publish .NET Core 6 Web API Application on IIS Server.
  • How To Deploy PowerPoint Add-ins To Your OrganizationJun 15, 2022. This article shows you, how to deploy PowerPoint add-ins.
  • How To Deploy Word Add-Ins To Your OrganizationJun 03, 2022. This article show you how to deploy word add-ins to your organization.
  • How To Deploy Multiple Angular Applications To Single Azure App ServiceMay 11, 2022. In this article, you will learn how to deploy Multiple Angular applications to a single azure app service.
  • How To Deploy An Angular Application Using Visual Studio Code May 10, 2022. In this article, you will learn how to deploy an Angular application using visual studio code.
  • Automating NuGet Package UploadsMay 04, 2022. Maintaining a huge number of packages on NuGet can be a tedious task. Here's a slick shortcut for automating things.
  • Create Express Node JS App And Deploy To Azure Web AppApr 19, 2022. How to create an express node js application and how to deploy the application in Azure Web App services using a free tier plan.
  • Azure Machine Learning - Model DeploymentApr 01, 2022. In this article, we'll learn about Model Deployment.
  • How To Deploy Outlook Add-ins To Your OrganizationMar 19, 2022. This article provides a comprehensive guide on deploying Outlook add-ins to organizations for other users. It covers the step-by-step process of deploying add-ins using Office 365, ensuring easy access for users within the organization.
  • Windows 10/11 App Deployment Using IntuneFeb 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 Deploy And Interact With Smart Contract Using Cirrus Core Wallet On Stratis BlockchainFeb 16, 2022. This article provides you detailed information how to deploy and call smart contracts using Cirrus Core Private net wallet on Stratis Blockchain.
  • How To Deploy And Host An Angular Application On FirebaseJan 18, 2022. In this article, we will see how we can deploy and host an Angular Application on Firebase.
  • Deploy A Dockerized Laravel Application To AWS ECS With EC2 Instance Launch Type Using GitHub ActionsJan 17, 2022. In this article, you will learn how to deploy a docker-ized Laravel applications to AWS ECS EC2 launch type.
  • Move SharePoint List/Library From One Site To Another With Data Or Without DataJan 17, 2022. This article describes how to move the SharePoint master list with data and transaction list without data from one site to another site. e.g., Movement from Development to Quality or from Quality to Production.
  • CI/CD Of Azure Web Apps With GitHub ActionsJan 13, 2022. Get started with a simple Github Actions workflow to automate build, test and deployment of ASP.NET MVC Core app to Azure App Service
  • Deploy .NET Core API To Azure Cloud And Secure It Using Facebook AuthenticationDec 14, 2021. In this article series, we will learn how to create a .NET Core API that can do CRUD operations on Azure Cosmos DB and then publish it to Azure Cloud. After that, we will secure the API with Easy Auth using Facebook as Identity Provider.
  • How to Check Azure Resource Deployment HistoryDec 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 ActionAug 10, 2021. In this article, you will learn about Azure App Deployment with GitHub Action.
  • Automate Your Power BI Reports Deployment Using Azure DevOpsJul 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.
  • Deploy Packages Using Package Deployer Tool In Dynamics 365 CRMJul 21, 2021. In Dynamics 365 CRM or Power Platform, under core tools category Package Deployer Tool enables users to deploy packages to a selected Dynamics CRM Environment which makes life easy by simply configuring one or more Dynamics / Dataverse solution files[CRM Customizations solution files], one or more Data Files (Data file extracted from Dynamics CRM Environment using Data Migration Utility), one or more csv files (csv files with list of accounts/ contacts etc ) without writing single line of code and in few minutes changes can be deployed
  • Understanding Application Deployment On Kubernetes ClusterJul 13, 2021. In this article, you will understand application deployment on Kubernetes cluster.

About Deployment-Diagram

NA

OUR TRAINING