SlideShare una empresa de Scribd logo
1 de 96
ML Operationalization with Microsoft Azure
Kyle Akepanidtaworn (Krid/Kyle)
Cloud Solution Architect (Advanced Analytics & AI)
Global Digital Transformation Partnerships Team
Email | Linkedin | Quora | Medium | GitHub
Learning Objectives
In this workshop, you will learn:
1. To orchestrate and deploy updates to the application and the deep learning model in a unified way.
2. To design a DevOps pipeline to coordinate retrieving the latest best model from the model registry, packaging the
web application, deploying the web application and inferencing web service. You will also learn how to monitor the
model's performance after it is deployed so your startup can be proactive with performance issues.
The target audience for the workshop includes:
• Data Scientists
• App Developers
• AI Engineers
• DevOps Engineers
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
{1.Let’s PlayandInteract}
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
https://aka.ms/AA627pi
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
{2.Introduction ofMLOps}
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Machine Learning Across Microsoft
Microsoft 365
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Machine Learning at Scale
Monthly active Office
365 users, leveraging
Office AI capabilities
180
Million
Questions being
asked on Cortana
18
Billion
Number of signals
analyzed on behalf of
users to identify patterns
of emerging threats daily
6.5
Trillion
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
But ML is hard!
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Building
a model
Data ingestion Data analysis
Data
transformation
Data validation Data splitting
Trainer
Model
validation
Training
at scale
LoggingRoll-out Serving Monitoring
Machine Learning Process
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
E2E ML lifecycle
Train Model Validate Model Deploy ModelPackage Model Monitor Model
Retrain Model
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
MLOps = ML + DEV + OPS
Experiment
Data Acquisition
Business Understanding
Initial Modeling
Develop Operate
Continuous Delivery
Data Feedback Loop
System + Model Monitoring
ML
Modeling + Testing
Continuous Integration
Continuous Deployment
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
App developer
using Azure DevOps
Build appCollaborate Test app Release app Monitor app
Model reproducibility Model retrainingModel deploymentModel validation
Data scientist using
Azure Machine Learning
Code, dataset, and
environment versioning
Model reproducibility Model retrainingModel deploymentModel validation
Build appCollaborate Test app Release app Monitor app
App developer
using Azure DevOps
Data scientist using
Azure Machine Learning
Model reproducibility Model retrainingModel deploymentModel validation
Automated ML
ML Pipelines
Hyperparameter tuning
Train model
Build appCollaborate Test app Release app Monitor app
App developer
using Azure DevOps
Data scientist using
Azure Machine Learning
Model validation
& certification
Model reproducibility Model retrainingModel deploymentModel validation
Train model Validate
model
Build appCollaborate Test app Release app Monitor app
App developer
using Azure DevOps
Data scientist using
Azure Machine Learning
Model packaging
Simple deployment
Model reproducibility Model retrainingModel deploymentModel validation
Train model Validate
model
Deploy
model
Build appCollaborate Test app Release app Monitor app
App developer
using Azure DevOps
Data scientist using
Azure Machine Learning
Model
management
& monitoring
Model performance
analysis
Model reproducibility Model retrainingModel deploymentModel validation
Train model Validate
model
Deploy
model
Monitor
model
Retrain model
Build appCollaborate Test app Release app Monitor app
App developer
using Azure DevOps
Data scientist using
Azure Machine Learning
Train model Validate
model
Deploy
model
Monitor
model
Retrain model
Model reproducibility Model retrainingModel deploymentModel validation
Build appCollaborate Test app Release app Monitor app
Azure DevOps integration
App developer
using Azure DevOps
Data scientist using
Azure Machine Learning
MLOps Benefits
1. Reproducibility + Auditability
• Code drives generation and
deployments
• Pipelines are reproducible and verifiable
• All artifacts can be tagged and audited
2. Validation
• SWE best practices for quality control
• Offline comparisons of model quality
• Minimize bias and enable explainability
3. Automation + Observability
• Controlled rollout capabilities.
• Live comparison of predicted vs.
expected performance.
• Results fed back to watch for drift and
improve model.
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Azure MLOps
Asset management & orchestration
services to help manage the ML lifecycle.
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
{3.Hands-on Workshop}
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
https://aka.ms/AA610wt
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
{4.Before Hands-on Lab}
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Critical Requirements
1. Azure subscription. You will need a valid and active Azure account to complete the quickstarts. If you do
not have one, you can sign up for a free trial.
• The Microsoft Azure subscription must be pay-as-you-go or MSDN.
• Trial subscriptions will not work. You will run into issues with Azure resource quota limits.
• Subscriptions with access limited to a single resource group will not work. You will need the ability to deploy
multiple resource groups.
2. Azure DevOps subscription. You will need a valid and active Azure DevOps account to complete the
quickstarts. If you do not have one, you can sign up for a free account. (Please provision in “East US” to
leverage GPU.)
3. Azure Notebooks. You will need an Azure Notebooks project to import the quickstart notebooks into. See
instructions below on how to prepare your Azure Notebooks environment. (Please provision in “East
US” to leverage GPU.)
4. Azure Machine Learning service workspace. (Please provision in “East US” to leverage GPU.)
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
https://azure.com/devops
@AzureDevOps
https://aka.ms/AzureDevOpsForum
https://aka.ms/DevOpsBlog/
Azure DevOps
#AzureDevOps
Azure DevOps
Deliver value to your users faster
using proven agile tools to plan,
track, and discuss work across
your teams.
Build, test, and deploy with CI/CD that
works with any language, platform,
and cloud. Connect to GitHub or any
other Git provider and deploy
continuously.
Get unlimited, cloud-hosted
private Git repos and collaborate
to build better code with pull
requests and advanced file
management.
Test and ship with confidence
using manual and exploratory
testing tools.
Create, host, and share packages with
your team, and add artifacts to your
CI/CD pipelines with a single click.
Azure Boards Azure ReposAzure Pipelines
Azure Test Plans Azure Artifacts
https://azure.com/devops
➔
Cloud-hosted pipelines for Linux, Windows and
macOS, with unlimited minutes for open source
Azure Pipelines
Any language, any platform, any cloud
Build, test, and deploy Node.js, Python, 
Java, PHP, Ruby,
C/C++, .NET, Android, and iOS apps. Run in parallel on
Linux, macOS, and Windows. Deploy to Azure, AWS,
GCP or on-premises
Extensible
Explore and implement a wide range of community-
built build, test, and deployment tasks, along with
hundreds of extensions from Slack to SonarCloud.
Support for YAML, reporting and more
Best-in-class for open source
Ensure fast continuous integration/continuous delivery
(CI/CD) pipelines for every open source project. Get
unlimited build minutes for all open source projects with
up to 10 free parallel jobs across Linux, macOS and
Windows
https://azure.com/pipelines➔
Containers and Kubernetes
Easily build and push images to container registries like
Docker Hub and Azure Container Registry. Deploy
containers to individual hosts or Kubernetes.
Track work with Kanban boards, backlogs, team
dashboards, and custom reporting
Azure Boards
https://azure.com/devops➔
Connected from idea to release
Track all your ideas at every development stage and
keep your team aligned with all code changes linked
directly to work items.
Scrum ready
Use built-in scrum boards and planning tools to help
your teams run sprints, stand-ups, and planning
meetings.
Project insights
Gain new insights into the health and status of your
project with powerful analytics tools and dashboard
widgets.
Unlimited private Git repo hosting and support for
TFVC that scales from a hobby project to the
world’s largest Git repositories
Azure Repos
https://azure.com/devops➔
Works with your Git client
Securely connect with and push code into your Git
repos from any IDE, editor, or Git client.
Web hooks and API integration
Add validations and extensions from the marketplace
or build your own using web hooks and REST APIs.
Semantic code search
Quickly find what you’re looking for with code-aware
search that understands classes and variables.
Get end-to-end traceability. Run tests and log
defects from your browser. Track and assess quality
throughout your testing lifecycle.
Azure Test Plans
Capture rich data
Capture rich scenario data as you execute tests to
make discovered defects actionable. Explore user
stories without test cases or test steps. You can
create test cases directly from your exploratory test
sessions.
Test across web and desktop
Test your application where it lives. Complete
scripted tests across desktop or web scenarios. Test
on-premises application from the cloud and vice-
versa.
Get end-to-end traceability
Leverage the same test tools across your engineers
and user acceptance testing stakeholders. Pay for the
tools only when you need them.
https://azure.com/devops➔
Create and share Maven, npm, and NuGet package
feeds from public and private sources – fully
integrated into CI/CD pipelines
Azure Artifacts
Manage all package types
Get universal artifact management for Maven, npm,
and NuGet.
Add packages to any pipeline
Share packages, and use built-in CI/CD, versioning,
and testing.
Share code efficiently
Easily share code across small teams and large
enterprises.
https://azure.com/devops➔
Azure DevOps Services Pricing
Free
Unlimited users and build time
• Azure Pipelines: 10 parallel jobs with
unlimited minutes for CI/CD
• Azure Boards: Work item tracking and
Kanban boards
• Azure Repos: Unlimited public Git repos
Free
Start free with up to 5 users
• Azure Pipelines: Run 1 Microsoft-hosted
job for 1,800 minutes per month and 1
self-hosted job for any amount of time
• Azure Boards: Work item tracking and
Kanban boards
• Azure Repos: Unlimited public Git repos
• Azure Artifacts: package management
• Unlimited stakeholders
Starts at $6
per user, per month for Boards & Repos*
Easy pricing that grows with your team
• Azure Pipelines: Run 1 Microsoft-hosted
job for 1,800 minutes per month and 1
self-hosted job for any amount of time
• Azure Boards: Work item tracking and
Kanban boards
• Azure Repos: Unlimited public Git repos
• Azure Artifacts: package management
• Unlimited stakeholders
• Boards & Repos included for Visual
Studio subscribers
https://azure.com/pricing/details/devops/➔
5 Boards & Repos users and 5 Artifacts users free. Pipelines
with unlimited minutes, Test Plans users and additional
Artifacts users also available. Please see the Azure pricing
calculator for details.
*
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
{5.Hands-on LabBefore Lunch Break}
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Registering the Model (via Notebook & Portal)
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup New Project in Azure DevOps
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup New Project in Azure DevOps
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Import Quickstart code from a GitHub Repo
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Import Quickstart code from a GitHub Repo
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Update the build YAML file
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Update the build YAML file
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Create New Service Connection
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Create New Service Connection
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Create New Service Connection
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup and Run the Build Pipeline
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup and Run the Build Pipeline
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup and Run the Build Pipeline
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup and Run the Build Pipeline
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup and Run the Build Pipeline
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup and Run the Build Pipeline
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
{6.Hands-on LabAfterLunch Break}
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup and Run the Build Pipeline
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Review Build Outputs
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup the Release Pipeline
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup the Release Pipeline
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add the Build Artifact
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add the Build Artifact
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Variables to Deploy & Test stage
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Variables to Deploy & Test stage
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Variables to Deploy & Test stage
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup Agent Pool for Deploy & Test Stage
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Setup Agent Pool for Deploy & Test Stage
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Use Python Version Task
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Use Python Version Task
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Install Requirements Task
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Install Requirements Task
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Install Requirements Task
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Install Requirements Task
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Install Requirements Task
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Deploy & Test Webservice task
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Deploy & Test Webservice task
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Deploy & Test Webservice task
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Add Deploy & Test Webservice task
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Define Deployment Trigger
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Enable Continuous Deployment Trigger
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Save the Release Pipeline
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Save the Release Pipeline
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
{7.Test, Build, ReleasePipelines}
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Test, Build, Release Pipelines
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Test, Build, Release Pipelines
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Test, Build, Release Pipelines
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Test, Build, Release Pipelines (~1 Hour+)
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
Test, Build, Release Pipelines (~1 Hour+)
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
{8.Q&A}
Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
© Microsoft Corporation
Thank You

Más contenido relacionado

La actualidad más candente

Deploying ML models in the enterprise
Deploying ML models in the enterpriseDeploying ML models in the enterprise
Deploying ML models in the enterprisedoppenhe
 
MLOps Bridging the gap between Data Scientists and Ops.
MLOps Bridging the gap between Data Scientists and Ops.MLOps Bridging the gap between Data Scientists and Ops.
MLOps Bridging the gap between Data Scientists and Ops.Knoldus Inc.
 
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬VINCI Digital - Industrial IoT (IIoT) Strategic Advisory
 
Overview on Azure Machine Learning
Overview on Azure Machine LearningOverview on Azure Machine Learning
Overview on Azure Machine LearningJames Serra
 
Databricks Overview for MLOps
Databricks Overview for MLOpsDatabricks Overview for MLOps
Databricks Overview for MLOpsDatabricks
 
Best Practice on using Azure OpenAI Service
Best Practice on using Azure OpenAI ServiceBest Practice on using Azure OpenAI Service
Best Practice on using Azure OpenAI ServiceKumton Suttiraksiri
 
An introduction to computer vision with Hugging Face
An introduction to computer vision with Hugging FaceAn introduction to computer vision with Hugging Face
An introduction to computer vision with Hugging FaceJulien SIMON
 
Introduction to MLflow
Introduction to MLflowIntroduction to MLflow
Introduction to MLflowDatabricks
 
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdf
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdfSuresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdf
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdfAWS Chicago
 
Accenture-Cloud-Data-Migration-POV-Final.pdf
Accenture-Cloud-Data-Migration-POV-Final.pdfAccenture-Cloud-Data-Migration-POV-Final.pdf
Accenture-Cloud-Data-Migration-POV-Final.pdfRajvir Kaushal
 
Welcome & AWS Big Data Solution Overview
Welcome & AWS Big Data Solution OverviewWelcome & AWS Big Data Solution Overview
Welcome & AWS Big Data Solution OverviewAmazon Web Services
 
Azure Migration Program Pitch Deck
Azure Migration Program Pitch DeckAzure Migration Program Pitch Deck
Azure Migration Program Pitch DeckNicholas Vossburg
 
Exploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdfExploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdfDung Hoang
 
Azure AI platform - Automated ML workshop
Azure AI platform - Automated ML workshopAzure AI platform - Automated ML workshop
Azure AI platform - Automated ML workshopParashar Shah
 
Ml ops past_present_future
Ml ops past_present_futureMl ops past_present_future
Ml ops past_present_futureNisha Talagala
 
MLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageMLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageDATAVERSITY
 
MLOps - The Assembly Line of ML
MLOps - The Assembly Line of MLMLOps - The Assembly Line of ML
MLOps - The Assembly Line of MLJordan Birdsell
 

La actualidad más candente (20)

Deploying ML models in the enterprise
Deploying ML models in the enterpriseDeploying ML models in the enterprise
Deploying ML models in the enterprise
 
MLOps Bridging the gap between Data Scientists and Ops.
MLOps Bridging the gap between Data Scientists and Ops.MLOps Bridging the gap between Data Scientists and Ops.
MLOps Bridging the gap between Data Scientists and Ops.
 
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
 
Overview on Azure Machine Learning
Overview on Azure Machine LearningOverview on Azure Machine Learning
Overview on Azure Machine Learning
 
Databricks Overview for MLOps
Databricks Overview for MLOpsDatabricks Overview for MLOps
Databricks Overview for MLOps
 
Best Practice on using Azure OpenAI Service
Best Practice on using Azure OpenAI ServiceBest Practice on using Azure OpenAI Service
Best Practice on using Azure OpenAI Service
 
An introduction to computer vision with Hugging Face
An introduction to computer vision with Hugging FaceAn introduction to computer vision with Hugging Face
An introduction to computer vision with Hugging Face
 
MLOps for production-level machine learning
MLOps for production-level machine learningMLOps for production-level machine learning
MLOps for production-level machine learning
 
Introduction to MLflow
Introduction to MLflowIntroduction to MLflow
Introduction to MLflow
 
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdf
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdfSuresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdf
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdf
 
Accenture-Cloud-Data-Migration-POV-Final.pdf
Accenture-Cloud-Data-Migration-POV-Final.pdfAccenture-Cloud-Data-Migration-POV-Final.pdf
Accenture-Cloud-Data-Migration-POV-Final.pdf
 
Welcome & AWS Big Data Solution Overview
Welcome & AWS Big Data Solution OverviewWelcome & AWS Big Data Solution Overview
Welcome & AWS Big Data Solution Overview
 
Intro to AI & ML at Amazon
Intro to AI & ML at AmazonIntro to AI & ML at Amazon
Intro to AI & ML at Amazon
 
Azure Migration Program Pitch Deck
Azure Migration Program Pitch DeckAzure Migration Program Pitch Deck
Azure Migration Program Pitch Deck
 
Exploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdfExploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdf
 
Azure AI platform - Automated ML workshop
Azure AI platform - Automated ML workshopAzure AI platform - Automated ML workshop
Azure AI platform - Automated ML workshop
 
Ml ops past_present_future
Ml ops past_present_futureMl ops past_present_future
Ml ops past_present_future
 
MLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageMLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive Advantage
 
Machine Learning on AWS
Machine Learning on AWSMachine Learning on AWS
Machine Learning on AWS
 
MLOps - The Assembly Line of ML
MLOps - The Assembly Line of MLMLOps - The Assembly Line of ML
MLOps - The Assembly Line of ML
 

Similar a [AI] ML Operationalization with Microsoft Azure

Azure DevOps Best Practices Webinar
Azure DevOps Best Practices WebinarAzure DevOps Best Practices Webinar
Azure DevOps Best Practices WebinarCambay Digital
 
MLOps with Azure DevOps
MLOps with Azure DevOpsMLOps with Azure DevOps
MLOps with Azure DevOpsMarco Parenzan
 
DevOps para Open Source com Azure DevOps
DevOps para Open Source com Azure DevOpsDevOps para Open Source com Azure DevOps
DevOps para Open Source com Azure DevOpsEmmanuel Gomes Brandão
 
Accelerate Spring Apps to Cloud at Scale
Accelerate Spring Apps to Cloud at ScaleAccelerate Spring Apps to Cloud at Scale
Accelerate Spring Apps to Cloud at ScaleAsir Selvasingh
 
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...VMware Tanzu
 
[JAZUG Tohoku Azure DevOps] Azure DevOps
[JAZUG Tohoku Azure DevOps] Azure DevOps[JAZUG Tohoku Azure DevOps] Azure DevOps
[JAZUG Tohoku Azure DevOps] Azure DevOpsNaoki (Neo) SATO
 
How Azure DevOps can boost your organization's productivity
How Azure DevOps can boost your organization's productivityHow Azure DevOps can boost your organization's productivity
How Azure DevOps can boost your organization's productivityIvan Porta
 
Azure DevOps työkalut - Roundtable 14.3.2019
Azure DevOps työkalut - Roundtable 14.3.2019Azure DevOps työkalut - Roundtable 14.3.2019
Azure DevOps työkalut - Roundtable 14.3.2019Janne Mattila
 
DevOps for Machine Learning overview en-us
DevOps for Machine Learning overview en-usDevOps for Machine Learning overview en-us
DevOps for Machine Learning overview en-useltonrodriguez11
 
Drive business outcomes using Azure Devops
Drive business outcomes using Azure DevopsDrive business outcomes using Azure Devops
Drive business outcomes using Azure DevopsBelatrix Software
 
Azure DevOps Day - Trivandrum
Azure DevOps Day - TrivandrumAzure DevOps Day - Trivandrum
Azure DevOps Day - TrivandrumAmal Dev
 
Azure DevOps Day - Kochi
Azure DevOps Day - KochiAzure DevOps Day - Kochi
Azure DevOps Day - KochiAmal Dev
 
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...Janusz Nowak
 

Similar a [AI] ML Operationalization with Microsoft Azure (20)

Azure DevOps Best Practices Webinar
Azure DevOps Best Practices WebinarAzure DevOps Best Practices Webinar
Azure DevOps Best Practices Webinar
 
Tour of Azure DevOps
Tour of Azure DevOpsTour of Azure DevOps
Tour of Azure DevOps
 
MLOps with Azure DevOps
MLOps with Azure DevOpsMLOps with Azure DevOps
MLOps with Azure DevOps
 
DevOps para Open Source com Azure DevOps
DevOps para Open Source com Azure DevOpsDevOps para Open Source com Azure DevOps
DevOps para Open Source com Azure DevOps
 
Accelerate Spring Apps to Cloud at Scale
Accelerate Spring Apps to Cloud at ScaleAccelerate Spring Apps to Cloud at Scale
Accelerate Spring Apps to Cloud at Scale
 
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...
 
Azure dev ops
Azure dev opsAzure dev ops
Azure dev ops
 
[JAZUG Tohoku Azure DevOps] Azure DevOps
[JAZUG Tohoku Azure DevOps] Azure DevOps[JAZUG Tohoku Azure DevOps] Azure DevOps
[JAZUG Tohoku Azure DevOps] Azure DevOps
 
How Azure DevOps can boost your organization's productivity
How Azure DevOps can boost your organization's productivityHow Azure DevOps can boost your organization's productivity
How Azure DevOps can boost your organization's productivity
 
Azure DevOps työkalut - Roundtable 14.3.2019
Azure DevOps työkalut - Roundtable 14.3.2019Azure DevOps työkalut - Roundtable 14.3.2019
Azure DevOps työkalut - Roundtable 14.3.2019
 
DevOps lagos meetup
DevOps lagos meetupDevOps lagos meetup
DevOps lagos meetup
 
Azure DevOps
Azure DevOpsAzure DevOps
Azure DevOps
 
DevOps for Machine Learning overview en-us
DevOps for Machine Learning overview en-usDevOps for Machine Learning overview en-us
DevOps for Machine Learning overview en-us
 
Drive business outcomes using Azure Devops
Drive business outcomes using Azure DevopsDrive business outcomes using Azure Devops
Drive business outcomes using Azure Devops
 
Azure DevOps
Azure DevOpsAzure DevOps
Azure DevOps
 
Azure DevOps Day - Trivandrum
Azure DevOps Day - TrivandrumAzure DevOps Day - Trivandrum
Azure DevOps Day - Trivandrum
 
DevOps on AWS
DevOps on AWSDevOps on AWS
DevOps on AWS
 
Azure DevOps Day - Kochi
Azure DevOps Day - KochiAzure DevOps Day - Kochi
Azure DevOps Day - Kochi
 
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
 
Azure DevOps - Azure Guatemala Meetup
Azure DevOps - Azure Guatemala MeetupAzure DevOps - Azure Guatemala Meetup
Azure DevOps - Azure Guatemala Meetup
 

Más de Korkrid Akepanidtaworn

Data Science & Analytics Talk @ ExxonMobil
Data Science & Analytics Talk @ ExxonMobilData Science & Analytics Talk @ ExxonMobil
Data Science & Analytics Talk @ ExxonMobilKorkrid Akepanidtaworn
 
Intro to Azure OpenAI Service L100 (Thai Ver).pdf
Intro to Azure OpenAI Service L100 (Thai Ver).pdfIntro to Azure OpenAI Service L100 (Thai Ver).pdf
Intro to Azure OpenAI Service L100 (Thai Ver).pdfKorkrid Akepanidtaworn
 
Open Data, Open Opportunity, Open to Progress
Open Data, Open Opportunity, Open to ProgressOpen Data, Open Opportunity, Open to Progress
Open Data, Open Opportunity, Open to ProgressKorkrid Akepanidtaworn
 
Learning from Conversation with the Governor: Big Data Challenges for Bank of...
Learning from Conversation with the Governor: Big Data Challenges for Bank of...Learning from Conversation with the Governor: Big Data Challenges for Bank of...
Learning from Conversation with the Governor: Big Data Challenges for Bank of...Korkrid Akepanidtaworn
 

Más de Korkrid Akepanidtaworn (6)

Data Science & Analytics Talk @ ExxonMobil
Data Science & Analytics Talk @ ExxonMobilData Science & Analytics Talk @ ExxonMobil
Data Science & Analytics Talk @ ExxonMobil
 
Dashboard in a Day
Dashboard in a DayDashboard in a Day
Dashboard in a Day
 
Intro to Azure OpenAI Service L100 (Thai Ver).pdf
Intro to Azure OpenAI Service L100 (Thai Ver).pdfIntro to Azure OpenAI Service L100 (Thai Ver).pdf
Intro to Azure OpenAI Service L100 (Thai Ver).pdf
 
LSESU a Taste of R Language Workshop
LSESU a Taste of R Language WorkshopLSESU a Taste of R Language Workshop
LSESU a Taste of R Language Workshop
 
Open Data, Open Opportunity, Open to Progress
Open Data, Open Opportunity, Open to ProgressOpen Data, Open Opportunity, Open to Progress
Open Data, Open Opportunity, Open to Progress
 
Learning from Conversation with the Governor: Big Data Challenges for Bank of...
Learning from Conversation with the Governor: Big Data Challenges for Bank of...Learning from Conversation with the Governor: Big Data Challenges for Bank of...
Learning from Conversation with the Governor: Big Data Challenges for Bank of...
 

Último

BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 

Último (20)

BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 

[AI] ML Operationalization with Microsoft Azure

  • 1. ML Operationalization with Microsoft Azure Kyle Akepanidtaworn (Krid/Kyle) Cloud Solution Architect (Advanced Analytics & AI) Global Digital Transformation Partnerships Team Email | Linkedin | Quora | Medium | GitHub
  • 2. Learning Objectives In this workshop, you will learn: 1. To orchestrate and deploy updates to the application and the deep learning model in a unified way. 2. To design a DevOps pipeline to coordinate retrieving the latest best model from the model registry, packaging the web application, deploying the web application and inferencing web service. You will also learn how to monitor the model's performance after it is deployed so your startup can be proactive with performance issues. The target audience for the workshop includes: • Data Scientists • App Developers • AI Engineers • DevOps Engineers Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 3. {1.Let’s PlayandInteract} Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 4. https://aka.ms/AA627pi Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 5. {2.Introduction ofMLOps} Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 6. Machine Learning Across Microsoft Microsoft 365 Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 7. Machine Learning at Scale Monthly active Office 365 users, leveraging Office AI capabilities 180 Million Questions being asked on Cortana 18 Billion Number of signals analyzed on behalf of users to identify patterns of emerging threats daily 6.5 Trillion Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 8. But ML is hard! Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 9. Building a model Data ingestion Data analysis Data transformation Data validation Data splitting Trainer Model validation Training at scale LoggingRoll-out Serving Monitoring Machine Learning Process Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 10. E2E ML lifecycle Train Model Validate Model Deploy ModelPackage Model Monitor Model Retrain Model Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 11. MLOps = ML + DEV + OPS Experiment Data Acquisition Business Understanding Initial Modeling Develop Operate Continuous Delivery Data Feedback Loop System + Model Monitoring ML Modeling + Testing Continuous Integration Continuous Deployment Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 12. App developer using Azure DevOps Build appCollaborate Test app Release app Monitor app Model reproducibility Model retrainingModel deploymentModel validation Data scientist using Azure Machine Learning
  • 13. Code, dataset, and environment versioning Model reproducibility Model retrainingModel deploymentModel validation Build appCollaborate Test app Release app Monitor app App developer using Azure DevOps Data scientist using Azure Machine Learning
  • 14. Model reproducibility Model retrainingModel deploymentModel validation Automated ML ML Pipelines Hyperparameter tuning Train model Build appCollaborate Test app Release app Monitor app App developer using Azure DevOps Data scientist using Azure Machine Learning
  • 15. Model validation & certification Model reproducibility Model retrainingModel deploymentModel validation Train model Validate model Build appCollaborate Test app Release app Monitor app App developer using Azure DevOps Data scientist using Azure Machine Learning
  • 16. Model packaging Simple deployment Model reproducibility Model retrainingModel deploymentModel validation Train model Validate model Deploy model Build appCollaborate Test app Release app Monitor app App developer using Azure DevOps Data scientist using Azure Machine Learning
  • 17. Model management & monitoring Model performance analysis Model reproducibility Model retrainingModel deploymentModel validation Train model Validate model Deploy model Monitor model Retrain model Build appCollaborate Test app Release app Monitor app App developer using Azure DevOps Data scientist using Azure Machine Learning
  • 18. Train model Validate model Deploy model Monitor model Retrain model Model reproducibility Model retrainingModel deploymentModel validation Build appCollaborate Test app Release app Monitor app Azure DevOps integration App developer using Azure DevOps Data scientist using Azure Machine Learning
  • 19. MLOps Benefits 1. Reproducibility + Auditability • Code drives generation and deployments • Pipelines are reproducible and verifiable • All artifacts can be tagged and audited 2. Validation • SWE best practices for quality control • Offline comparisons of model quality • Minimize bias and enable explainability 3. Automation + Observability • Controlled rollout capabilities. • Live comparison of predicted vs. expected performance. • Results fed back to watch for drift and improve model. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 20. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 21. Azure MLOps Asset management & orchestration services to help manage the ML lifecycle. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 22. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 23. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 24. {3.Hands-on Workshop} Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 25. https://aka.ms/AA610wt Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 26. {4.Before Hands-on Lab} Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 27. Critical Requirements 1. Azure subscription. You will need a valid and active Azure account to complete the quickstarts. If you do not have one, you can sign up for a free trial. • The Microsoft Azure subscription must be pay-as-you-go or MSDN. • Trial subscriptions will not work. You will run into issues with Azure resource quota limits. • Subscriptions with access limited to a single resource group will not work. You will need the ability to deploy multiple resource groups. 2. Azure DevOps subscription. You will need a valid and active Azure DevOps account to complete the quickstarts. If you do not have one, you can sign up for a free account. (Please provision in “East US” to leverage GPU.) 3. Azure Notebooks. You will need an Azure Notebooks project to import the quickstart notebooks into. See instructions below on how to prepare your Azure Notebooks environment. (Please provision in “East US” to leverage GPU.) 4. Azure Machine Learning service workspace. (Please provision in “East US” to leverage GPU.) Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 28. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 29. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 31. Azure DevOps Deliver value to your users faster using proven agile tools to plan, track, and discuss work across your teams. Build, test, and deploy with CI/CD that works with any language, platform, and cloud. Connect to GitHub or any other Git provider and deploy continuously. Get unlimited, cloud-hosted private Git repos and collaborate to build better code with pull requests and advanced file management. Test and ship with confidence using manual and exploratory testing tools. Create, host, and share packages with your team, and add artifacts to your CI/CD pipelines with a single click. Azure Boards Azure ReposAzure Pipelines Azure Test Plans Azure Artifacts https://azure.com/devops ➔
  • 32. Cloud-hosted pipelines for Linux, Windows and macOS, with unlimited minutes for open source Azure Pipelines Any language, any platform, any cloud Build, test, and deploy Node.js, Python, 
Java, PHP, Ruby, C/C++, .NET, Android, and iOS apps. Run in parallel on Linux, macOS, and Windows. Deploy to Azure, AWS, GCP or on-premises Extensible Explore and implement a wide range of community- built build, test, and deployment tasks, along with hundreds of extensions from Slack to SonarCloud. Support for YAML, reporting and more Best-in-class for open source Ensure fast continuous integration/continuous delivery (CI/CD) pipelines for every open source project. Get unlimited build minutes for all open source projects with up to 10 free parallel jobs across Linux, macOS and Windows https://azure.com/pipelines➔ Containers and Kubernetes Easily build and push images to container registries like Docker Hub and Azure Container Registry. Deploy containers to individual hosts or Kubernetes.
  • 33. Track work with Kanban boards, backlogs, team dashboards, and custom reporting Azure Boards https://azure.com/devops➔ Connected from idea to release Track all your ideas at every development stage and keep your team aligned with all code changes linked directly to work items. Scrum ready Use built-in scrum boards and planning tools to help your teams run sprints, stand-ups, and planning meetings. Project insights Gain new insights into the health and status of your project with powerful analytics tools and dashboard widgets.
  • 34. Unlimited private Git repo hosting and support for TFVC that scales from a hobby project to the world’s largest Git repositories Azure Repos https://azure.com/devops➔ Works with your Git client Securely connect with and push code into your Git repos from any IDE, editor, or Git client. Web hooks and API integration Add validations and extensions from the marketplace or build your own using web hooks and REST APIs. Semantic code search Quickly find what you’re looking for with code-aware search that understands classes and variables.
  • 35. Get end-to-end traceability. Run tests and log defects from your browser. Track and assess quality throughout your testing lifecycle. Azure Test Plans Capture rich data Capture rich scenario data as you execute tests to make discovered defects actionable. Explore user stories without test cases or test steps. You can create test cases directly from your exploratory test sessions. Test across web and desktop Test your application where it lives. Complete scripted tests across desktop or web scenarios. Test on-premises application from the cloud and vice- versa. Get end-to-end traceability Leverage the same test tools across your engineers and user acceptance testing stakeholders. Pay for the tools only when you need them. https://azure.com/devops➔
  • 36. Create and share Maven, npm, and NuGet package feeds from public and private sources – fully integrated into CI/CD pipelines Azure Artifacts Manage all package types Get universal artifact management for Maven, npm, and NuGet. Add packages to any pipeline Share packages, and use built-in CI/CD, versioning, and testing. Share code efficiently Easily share code across small teams and large enterprises. https://azure.com/devops➔
  • 37. Azure DevOps Services Pricing Free Unlimited users and build time • Azure Pipelines: 10 parallel jobs with unlimited minutes for CI/CD • Azure Boards: Work item tracking and Kanban boards • Azure Repos: Unlimited public Git repos Free Start free with up to 5 users • Azure Pipelines: Run 1 Microsoft-hosted job for 1,800 minutes per month and 1 self-hosted job for any amount of time • Azure Boards: Work item tracking and Kanban boards • Azure Repos: Unlimited public Git repos • Azure Artifacts: package management • Unlimited stakeholders Starts at $6 per user, per month for Boards & Repos* Easy pricing that grows with your team • Azure Pipelines: Run 1 Microsoft-hosted job for 1,800 minutes per month and 1 self-hosted job for any amount of time • Azure Boards: Work item tracking and Kanban boards • Azure Repos: Unlimited public Git repos • Azure Artifacts: package management • Unlimited stakeholders • Boards & Repos included for Visual Studio subscribers https://azure.com/pricing/details/devops/➔ 5 Boards & Repos users and 5 Artifacts users free. Pipelines with unlimited minutes, Test Plans users and additional Artifacts users also available. Please see the Azure pricing calculator for details. *
  • 38. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 39. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 40. {5.Hands-on LabBefore Lunch Break} Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 41. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 42. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 43. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 44. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 45. Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 46. Registering the Model (via Notebook & Portal) Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 47. Setup New Project in Azure DevOps Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 48. Setup New Project in Azure DevOps Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 49. Import Quickstart code from a GitHub Repo Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 50. Import Quickstart code from a GitHub Repo Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 51. Update the build YAML file Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 52. Update the build YAML file Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 53. Create New Service Connection Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 54. Create New Service Connection Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 55. Create New Service Connection Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 56. Setup and Run the Build Pipeline Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 57. Setup and Run the Build Pipeline Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 58. Setup and Run the Build Pipeline Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 59. Setup and Run the Build Pipeline Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 60. Setup and Run the Build Pipeline Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 61. Setup and Run the Build Pipeline Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 62. {6.Hands-on LabAfterLunch Break} Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 63. Setup and Run the Build Pipeline Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 64. Review Build Outputs Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 65. Setup the Release Pipeline Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 66. Setup the Release Pipeline Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 67. Add the Build Artifact Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 68. Add the Build Artifact Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 69. Add Variables to Deploy & Test stage Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 70. Add Variables to Deploy & Test stage Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 71. Add Variables to Deploy & Test stage Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 72. Setup Agent Pool for Deploy & Test Stage Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 73. Setup Agent Pool for Deploy & Test Stage Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 74. Add Use Python Version Task Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 75. Add Use Python Version Task Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 76. Add Install Requirements Task Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 77. Add Install Requirements Task Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 78. Add Install Requirements Task Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 79. Add Install Requirements Task Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 80. Add Install Requirements Task Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 81. Add Deploy & Test Webservice task Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 82. Add Deploy & Test Webservice task Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 83. Add Deploy & Test Webservice task Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 84. Add Deploy & Test Webservice task Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 85. Define Deployment Trigger Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 86. Enable Continuous Deployment Trigger Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 87. Save the Release Pipeline Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 88. Save the Release Pipeline Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 89. {7.Test, Build, ReleasePipelines} Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 90. Test, Build, Release Pipelines Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 91. Test, Build, Release Pipelines Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 92. Test, Build, Release Pipelines Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 93. Test, Build, Release Pipelines (~1 Hour+) Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 94. Test, Build, Release Pipelines (~1 Hour+) Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team
  • 95. {8.Q&A} Copyright (c) Microsoft Corporation. All rights reserved. @Korkrid Akepanidtaworn, GSMO Digital Transformation Partnerships Team