IT & Software
Showing 4345–4356 of 16328 results
Dependency Injection in ASP.NET Core 6
This course will teach you everything you need to know about using dependency injection in ASP.NET Core 6. You will learn skills you can implement to build complex ASP.NET Core applications making full use of dependency injection.
Deploy a .NET Aspire solution to Azure
Learn how to deploy a .NET Aspire solution to container host services, such as Azure Container Apps (ACA) and Azure Kubernetes Services (AKS). Integrate .NET Aspire solution deployment with Continuous Integration/Continuous Deployment (CI/CD) pipelines.
Deploy a .NET microservice to Kubernetes
Microservice applications are composed of small, independently versioned, and scalable customer-focused services. Microservices applications deployed in containers make it possible to scale out apps, and respond to increased demand by deploying more container instances, and to scale back if demand is decreasing. In complex solutions of many microservices the process of deploying, updating, monitoring, and removing containers introduces challenges. This module explains some of those challenges and shows how Kubernetes can help.
Deploy a cloud-native .NET microservice automatically with GitHub Actions and Azure Pipelines
Use CI/CD pipelines to build a container image and deploy it to Azure Kubernetes Service (AKS).
Deploy a Computer Vision App in a Serverless Environment
Learn to deploy a computer vision application in a serverless environment. Explore serverless architecture, cloud platforms, and how to deploy scalable computer vision models without worrying about infrastructure management.
Deploy a Database Web App with IBM Cloudant
Build and deploy a database-driven web app using IBM Cloudant. Learn to integrate scalable, NoSQL databases with web applications for high-performance storage and retrieval.
Deploy a Django App using Docker
Learn how to deploy a Django app using Docker. Understand the process of containerizing Django applications to ensure consistency across environments and ease deployment.
Deploy a Java EE (Jakarta EE) application to Azure
Deploy a Java EE (Jakarta EE) application to JBoss EAP on Azure App Service and bind it to Azure Database for MySQL.
Deploy a Java web app to Azure App Service
In this module, you'll look at practices to create and deploy a Java web application on Azure App Service.
Deploy a Microsoft Teams app to Azure by using Teams Toolkit for Visual Studio Code
When you create applications for Microsoft Teams, depending on your requirements, you might choose to host the web app in Azure. You might also add features that require cloud resources, like Azure Key Vault or Azure Functions. If you're creating bots, you'll need to use Azure Bot. The Teams Toolkit for Visual Studio Code extension streamlines the process of setting up and deploying cloud resources by giving you a simple way to select and provision these resources during the app development stage. It also caters to easy publishing of the app, whether you need to publish to your organization for other users to test or to create app packages that can then be uploaded manually in Teams. In this training module, you'll understand more about the infrastructure requirements and how to set up things for hosting and publishing your app in Teams.
Deploy a model to a batch endpoint
Learn how to deploy models to a batch endpoint. When you invoke a batch endpoint, you'll trigger a batch scoring job.
Deploy a model to a managed online endpoint
Learn how to deploy models to a managed online endpoint for real-time inferencing.