The Developer's Guide to Azure

Total Page:16

File Type:pdf, Size:1020Kb

The Developer's Guide to Azure E-book Series The Developer’s Guide to Azure Published May 2019 May The Developer’s 2 2019 Guide to Azure 03 / 40 / 82 / Introduction Chapter 3: Securing Chapter 6: Where your application and how to deploy We’re here to help your Azure services How can Azure help secure 05 / your app? How can Azure deploy your Encryption services? Chapter 1: Getting Azure Security Center Infrastructure as Code started with Azure Logging and monitoring Azure Blueprints Containers in Azure What can Azure do for you? Azure Stack Where to host your 51 / Where to deploy, application and when? Chapter 4: Adding Azure App Service Features Azure Functions intelligence to Azure Logic Apps your application 89 / Azure Batch Containers How can Azure integrate AI Chapter 7: Share your What to use, and when? into your app? code, track work, and ship Making your application Azure Search software more performant Cognitive Services Azure Front Door Azure Bot Service How can Azure help you plan Azure Content Delivery Azure Machine Learning smarter, collaborate better, and ship Network Studio your apps faster? Azure Redis Cache Developer tooling for AI Azure Boards AI and mixed reality Azure Repos Using events and messages in Azure Pipelines 22 / your application Azure Test Plans Azure Artifacts Chapter 2: Connecting your app with data 72 / 98 / What can Azure do for Chapter 5: Connect your your data? business with IoT Chapter 8: Azure in Action Where to store your data Azure Cosmos DB How can Azure connect, secure, Walk-through: Azure portal Azure SQL Database manage, monitor, and control your Walk-through: Developing a web Azure databases for MySQL, devices in the cloud? app and database PostgreSQL, and MariaDB Azure IoT Hub Walk-through: Extending apps Azure Storage Azure IoT Central Walk-through: Ready for production Azure data analytics Azure IoT solution accelerators solutions Azure IoT Edge Walkthrough: Publish an on- Azure Digital Twins 119 / premises website to Azure with a Azure Sphere SQL database Learn more about Azure IoT Chapter 9: Summary What to use, and when? and resources Keep Learning with Azure About the authors February LoremMay ipsum dolor sitThe amet, Developer’s consectetur 3 2018 adipiscing2019 elit Guide to Azure This guide is designed for developers and architects who are starting their journey into The Microsoft Azure. In this guide, we’ll take you through the ins and outs of Microsoft Azure. You’ll learn how to get started and which services you can use for the scenarios you Developer’s might have. From creating websites, databases, and desktop and mobile applications to integrating Guide to the latest technologies into your app, Azure does the heavy lifting for you. Azure services are designed to work together so you can build Azure complete solutions that last the lifetime of your app. May The Developer’s 4 2019 Guide to Azure You can also get help through We’re here to help other channels, such as: Documentation and guides that give you an We can assist you in a variety of ways overview of everything in Azure and provide deep to suit your needs. insights through the documentation of each feature. With our support plans, you’ll get access to Azure Service License Agreements (SLAs), which can technical support teams, guidance for cloud design, inform you about our uptime guarantees and and assistance with migration planning. You can downtime credit policies. even acquire a support plan that guarantees a @AzureSupport on Twitter, which is operated by response from the technical support teams within skillful Azure engineers who respond quickly to 15 minutes. issues that you tweet to them. Stack Overflow, which provides answers to Azure questions and includes many active posts by members of the Azure engineering teams. Azure Community Support, which provides a place for discussion with the Azure community and contains answers to community questions. Azure Advisor, which automatically makes personalized recommendations for your Azure resources, including what you need to do to be more secure, have higher availability, increase performance, and reduce costs. Azure Service Health, which gives you a personalized view of the health of your Azure services. February LoremMay ipsum dolor sitThe amet, Developer’s consectetur 5 2018 adipiscing2019 elit Guide to Azure Duntiaspel is vel estotatem qui qui sitatio Mus ma dolor nsedit, ea sere volor molupta dolut officto blaut omnimenem fugitas et omnihil 01duciuscit, / odit lestibea veliquia conem estiae quidi aut facearchilit quidelia peri conserrum, qui volupis as volo utaquiasit utaquiae reperum re et fugitibus re porepedit faciminciae lant et dolorpos et eos et libusci volum se doloreh endigenis pratibus quis duntem commo in natem. Sedicil labores citatem natem sedit autet es nit etur sit volorit, quos ut lameniatur? Um enimagnis You’ve made the decision to build applications minctur simillab is arum quatinverro on Azure, and now you want to get started. dolum earum te destibus, tem adis eum rehenia si Getting You don’t need to do much—just sign up for an Azure freeomnimusam account. Thisveni includes nossita. credits to explore paid Azure services and over 25 services you can started use for free forever. Simply choose which tools, applications, and frameworks you want to use, and then start running with your apps on Azure. Azure May The Developer’s 6 2019 Guide to Azure What can Azure do for you? Whether you’re a professional developer or write code for fun, developing with Azure puts the latest cloud technology and best-in-class developer tools at your fingertips and makes it easy to build for the cloud in your preferred language. With Azure, you can get your work done faster, take your skills to the next level, and imagine and build tomorrow’s applications. Multiply your impact with: • A cloud platform • Developer tools • Management services Integrated tightly together, these form a true ecosystem that enables you to create amazing applications and seamless digital experiences that run on any device. Take advantage of the incredible and always growing capabilities of Azure. Let’s dive in and see what you can do. May The Developer’s 7 2019 Guide to Azure Azure App Service comprises Where to host the following: your application Web Apps: As one of the most widely used Azure services, Web Apps can host your web applications or APIs. A web app is basically an abstraction of a web server, like Internet Information Services (IIS) Azure offers services designed to provide what or Tomcat, used to host HTTP-driven applications. you need to deliver and scale every application. Web Apps can host applications written in .NET, When you use Azure services to run your Node.js, Python, Java, or GO, and you can use application, you get scalability, high availability, available extensions to run even more languages. a fully managed platform, and database services. Azure also offers the following options // Try it out: Create an ASP.NET for running your application. Core web app in Azure Azure App Service Mobile Apps: Provide a back end for your mobile You can host your applications in a fully managed applications with Mobile Apps. When you host application platform loved by enterprise an API in Mobile Apps, your mobile applications developers: Azure App Service. Azure App Service connect with it through the cross-platform is a collection of hosting and orchestrating services client SDK. This is available for iOS, Android, and that share features and capabilities. All services in Windows. Mobile Apps provides features like offline App Service have the capability, for example, to sync and push notifications to help you create a secure an application using Azure Active Directory modern, performant, and secure mobile experience. and can use custom domains. May The Developer’s 8 2019 Guide to Azure You can even use Azure’s Testing in Production Azure App feature to route a percentage of traffic from your production app to a deployment slot. For example, Service features if you shunt 10 percent of your users to the new version of your app in the deployment slot, you can see whether the new features are functioning as expected and whether users are using them. Azure App Service is one of the key services in Azure that you can use to host your applications. When you’re satisfied with how the new version of Each of these services brings unique capabilities to your app is performing in the deployment slot, you the table, but they all share some common features: can carry out a “swap,” which exchanges the app in the deployment slot with that in your production Scaling slot. You can also swap from a development slot to a staging slot, and then to the production slot. Before Azure App Service runs on App Service plans, doing this, the swap operation verifies that the new which are abstractions from virtual machines (VMs). version of your website is warmed up and ready One or more VMs run your Azure App Service, but to go. When this has been confirmed, the swap since Azure takes care of them, it’s not necessary for operation switches the slots, and your users now see you to know which ones. You can, however, scale the new version of the app—with no downtime. You the resources that run your Azure App Service. can also swap back and revert the deployment of the new version. You can either choose a higher pricing tier (ranging from free to premium) or increase the number of You use deployment slots within environments, application instances that are running. It’s even such as development, test, or production. You don’t possible to have even have Azure App Service use deployment slots as environments, because automatically scale the number of instances for you, they all reside in the same App Service plan.
Recommended publications
  • Iot Continuum: Evolving Business Iot in Action, Taipei, November 20Th —Event Agenda
    IoT Continuum: Evolving Business IoT in Action, Taipei, November 20th —Event Agenda Executive Keynote 9:30–10:15am Business Transformation In Action 10:15–11:00am​ Architecting the Intelligent Edge to Create Scalable Repeatable Solutions 11:00–12:00pm Lunch Networking Break 12:00–1:00pm Unlocking IoT’s Potential 1:00–1:45pm Developing an IoT Security Practice for Durable Innovation 1:45–2:15pm Partner Case Study: Innodisk Corporation 2:15-2:45pm Afternoon Networking Break 2:45-3:30pm Evolving IoT with Mixed Reality, AI, Drone and Robotic Technology 3:30–4:00pm Partner Case Study: AAEON Technology, Inc. 4:00-4:30pm Activating Microsoft Resources & Programs to Accelerate Time to Market and Co-sell 4:30–5:00pm Partner-Customer Networking & Sponsored Partner Solution Showcase All day Our Goal IoT Community Partners Technology 50B 175ZB total amount of data connected devices by 2025 by 2030 500M+ business apps by 2023 “Building applications for multi-device, multi-sense experiences is going to require a very different form of computing architecture. That's the motivation for bringing together all of our systems and people. Silicon in the edge to the silicon in the cloud architected as one workload that is distributed— that’s the challenge in front of us.” Intelligent Cloud —Satya Nadella, Q&A Session, April 2018 Intelligent Edge Innovations enabling new opportunities Digital Twins AI Edge Cloud IoT Globally available, unlimited Harnessing signals from Intelligence offloaded from the Breakthrough intelligence Create living replicas of any compute
    [Show full text]
  • Package 'Azurecosmosr'
    Package ‘AzureCosmosR’ January 19, 2021 Title Interface to the 'Azure Cosmos DB' 'NoSQL' Database Service Version 1.0.0 Description An interface to 'Azure CosmosDB': <https://azure.microsoft.com/en-us/services/cosmos- db/>. On the admin side, 'AzureCosmosR' provides functionality to create and manage 'Cos- mos DB' instances in Microsoft's 'Azure' cloud. On the client side, it provides an inter- face to the 'Cosmos DB' SQL API, letting the user store and query documents and attach- ments in 'Cosmos DB'. Part of the 'AzureR' family of packages. URL https://github.com/Azure/AzureCosmosR https://github.com/Azure/AzureR BugReports https://github.com/Azure/AzureCosmosR/issues License MIT + file LICENSE VignetteBuilder knitr Depends R (>= 3.3) Imports utils, AzureRMR (>= 2.3.3), curl, openssl, jsonlite, httr, uuid, vctrs (>= 0.3.0) Suggests AzureTableStor, mongolite, DBI, odbc, dplyr, testthat, knitr, rmarkdown RoxygenNote 7.1.1 NeedsCompilation no Author Hong Ooi [aut, cre], Andrew Liu [ctb] (Assistance with Cosmos DB), Microsoft [cph] Maintainer Hong Ooi <[email protected]> Repository CRAN Date/Publication 2021-01-18 23:50:05 UTC R topics documented: az_cosmosdb . .2 bulk_delete . .3 1 2 az_cosmosdb bulk_import . .5 cosmos_endpoint . .6 cosmos_mongo_endpoint . .9 create_cosmosdb_account . 11 delete_cosmosdb_account . 12 do_cosmos_op . 13 get_cosmosdb_account . 14 get_cosmos_container . 15 get_cosmos_database . 17 get_document . 19 get_partition_key . 21 get_stored_procedure . 22 get_udf . 24 query_documents . 26 Index 29 az_cosmosdb Azure Cosmos DB account class Description Class representing an Azure Cosmos DB account. For working with the data inside the account, see cosmos_endpoint and cosmos_database. Methods The following methods are available, in addition to those provided by the AzureRMR::az_resource class: • list_keys(read_only=FALSE): Return the access keys for this account.
    [Show full text]
  • Cosmos Db Create Document
    Cosmos Db Create Document Rightable and expectative Anatol often set-off some privies gibingly or intellectualised indulgently. Clumsiest Rich seduced afoul. Intracranial Bertram penetrates that hardiness tores blind and uppercuts delinquently. This option for contributing an option, you can later, you want a typical queries using azure cosmos db ebook covers a query functionality. Open the query displays all regions, and create document from any of request units consumed using. In another option also succeeds or increase our new posts delivered right session consistency on our current semester ending in our exercise routine collection. The second type is far less structured way. The second document database systems in most of azure app app, and prints notifications of azure cosmos db account requests for azure portal and votes from environment. Write data as azure cosmos. Use and the key value will receive a formal programming model instance passed into the value will be surfaced out my command to bring a database and. Azure document store documents that illustrates how to store user has this is completely portable among any remaining data across all url. Like azure cosmos account. Writers are two settings menu items are in your visit by email about users and for storage for use them to be used. Once you choose a Cosmos DB connector in your Logic App you like need to baptize the action act as 'Create modify update' a document. They occur and partition! Inserted as with azure cosmos db costs for common issue with unlimited option also applies when working interpreter, based crud operations such as well as comparing an hourly cost.
    [Show full text]
  • Microsoft Azure Azure Services
    Microsoft Azure Microsoft Azure is supplier of more than 600 integrated Cloud services used to develop, deploy, host, secure and manage software apps. Microsoft Azure has been producing unrivaled results and benets for many businesses throughout recent years. With 54 regions, it is leading all cloud providers to date. With more than 70 compliance oerings, it has the largest portfolio in the industry. 95% of Fortune 500 companies trust their business on the MS cloud. Azure lets you add cloud capabilities to your existing network through its platform as a service (PaaS) model, or entrust Microsoft with all of your computing and network needs with Infrastructure as a Service (IaaS). Either option provides secure, reliable access to your cloud hosted data—one built on Microsoft’s proven architecture. Kinetix Solutions provides clients with “Software as a Service” (SaaS), “Platform as a Service” (PaaS) and “Infrastructure as a Service” (IaaS) for small to large businesses. Azure lets you add cloud capabilities to your existing network through its platform as a service (PaaS) model, or entrust Microsoft with all of your computing and network needs with Infrastructure as a Service (IaaS). Azure provides an ever expanding array of products and services designed to meet all your needs through one convenient, easy to manage platform. Below are just some of the many capabilities Microsoft oers through Azure and tips for determining if the Microsoft cloud is the right choice for your organization. Become more agile, exible and secure with Azure and
    [Show full text]
  • AZ-303 Episode 1 Course Introduction
    AZ-303 Episode 1 Course Introduction Hello! Instructor Introduction Susanth Sutheesh Blog: AGuideToCloud.com @AGuideToCloud AZ-303 Microsoft Azure Architect Technologies Study Areas Course Outline Module 1: Implement Azure Active Directory Module 2: Implement and Manage Hybrid Identities Module 3: Implement Virtual Networking Module 4: Implement VMs for Windows and Linux Module 5: Implement Load Balancing and Network Security Module 6: Implement Storage Accounts Module 7: Implement NoSQL Databases Module 8: Implement Azure SQL Databases Module 9: Automate Deployment and Configuration of Resources Module 10: Implement and Manage Azure Governance Solutions Module 11: Manage Security for Applications Module 12: Manage Workloads in Azure Module 13: Implement Container-Based Applications Module 14: Implement an Application Infrastructure Module 15: Implement Cloud Infrastructure Monitoring AZ-303 Episode 2 Azure Active Directory Overview of Azure Active Directory Azure Active Directory (Azure AD) Benefits and Features Single sign-on to any cloud or on-premises web app Works with iOS, Mac OS X, Android, and Windows devices Protect on-premises web applications with secure remote access Easily extend Active Directory to the cloud Protect sensitive data and applications Reduce costs and enhance security with self-service capabilities Azure AD Concepts Concept Description Identity An object that can be authenticated. Account An identity that has data associated with it. Azure AD Account An identity created through Azure AD or another Microsoft cloud service. Azure tenant A dedicated and trusted instance of Azure AD Azure AD directory Each Azure tenant has a dedicated and trusted Azure AD directory. Azure subscription Used to pay for Azure cloud services.
    [Show full text]
  • Azure Service Fabric Customer Pitch Deck (FY19)
    Azure Service Fabric How to Accelerate Engineering Happiness Mark Fussell 7th September 2018 Lead Program Manager © Microsoft Corporation Culture Individualist Predictive Iterative Collaborative Experimental Decade 60s – 70s 80s – 00s 00s – 10s 10s – 20s 20s – ? Prod/Service Arbitrary Feature driven Functional Market driven Data driven What drives design? Team No organization Hierarchy Cross functional DevOps & SRE Multi-disciplinary How is the team Single person Teams (dev/test) & decentralized organized? Process Random Waterfall Scrum Adapt and Distributed & What is the collaboration evolve self-organized process like? Architecture Spaghetti Tightly coupled Client/Server Microservices Functions with What is the application Monolith SOA Microservices architecture? Maintenance Users calling to Manual patches Alerting Comprehensive Self healing How is the app monitored complain periodically monitoring & and maintained? telemetry Delivery Manual Monthly releases Continuous Continuous Continuous How are the software and integration delivery deployment updates delivered? Infrastructure Single machine Scripts Automation of Orchestration of Serverless What is the infrastructure that the app is running on? infrastructure processes/ tasks (Chef) containers Cloud application (service) happiness challenge Continue to deliver Balancing the needs of your business …and ensuring happy customers Developer Reliable and cost productivity optimal Developer productivity is essential for business agility applications Keeping data and applications reliable
    [Show full text]
  • Iot Edge Technical Customer Deck
    Azure IoT Edge Mahesh Balija Cloud Solution Architect IoT isn’t a Technology AI Things Internet of Things Cloud Data Edge Device (IoT Presentation Tier Edge/SDK) Cloud IoT Device Gateway Solution Backend (Client SDK) IoT Edge Business Process Integration Device (Client SDK) Presentation & Network Edge Processing & Ingest Processing and Analytics Integration Analytics Microsoft IoT Central Microsoft Connected Field Service IoT SaaS Field Service SaaS (SaaS) IoT SolutionsIoT Azure IoT Solution Accelerators Remote Monitoring Predictive Maintenance Connected factory Device Simulation (PaaS) IoTSolutions Azure HD Insight Azure Stream Azure IoT Device Azure IoT Edge Azure IoT Hub Spark, Storm, Microsoft Flow Microsoft Power BI Analytics SDK Kafka Certified Devices Azure Edge Azure IoT Hub Device Azure Time Series Azure Active Azure Certified for Azure Databricks Azure Logic Apps Modules Provisioning Service Insights Directory IoT Azure Machine Security Program Azure Sphere Learning Azure Event Hubs Notification Hubs Azure Monitor for Azure IoT Workspace DeviceSupport PaaS Services PaaS & Blob Storage / Windows 10 IoT Cosmos DB Azure Data Lake Azure Websites Core Gen2 Device Support Edge Support IoT Services Data & Analytics Services Visualization & Integration Services IoT in the Cloud and on the Edge IoT in the Cloud IoT on the Edge Remote monitoring and management Low latency tight control loops require near real- time response Merging remote data from multiple IoT devices Protocol translation & data normalization Infinite compute and storage
    [Show full text]
  • New Zealand Business Transformation in Action Haere Mai, Welcome!
    New Zealand Business Transformation in Action Haere Mai, Welcome! IoT in Action, Auckland, November 5th —Event Agenda Partner-Customer Networking & Sponsored Partner Solution Showcase All day Executive Keynote 10:00–10:30am Business Transformation In Action 10:30–11:15am Unlocking IoT’s Potential 11:15–12:00pm Lunch Networking Break 12:00–1:00pm Partner Case Study: EY 1:00–1:30pm Architecting the Intelligent Edge to Create Scalable Repeatable Solutions 1:30–2:30pm Azure Data Box Edge 2:30–3:00pm Afternoon Networking Break 3:00-3:30pm Customer Case Study: Fonterra 3:30–4:00pm Activating Microsoft Resources & Programs to Accelerate Time to Market and Co-sell 4:00–4:30pm Developing an IoT Security Practice for Durable Innovation 4:30–5:00pm Our Goal 34% of New Zealand Business are Digitally Determined “By 2020, 30 percent of G2000 companies will have allocated capital budget equal to at least 10 percent of revenue to fuel their digital strategies. This shift toward capital funding is an important one as business executives come to recognize digital transformation as a long-term investment. This commitment to funding digital transformation will continue to drive spending well into the next decade.“ —Shawn Fitzgerald: IDC, Research Director, Worldwide Digital Transformation Strategies One-Third of New Zealand Organisations Have Deployed IoT Top Factors Influencing IOT Strategy: 1. Improve business productivity – 24.4% 2. Improve customer experience – 20 % 3. Reduce operational costs – 18.5% 4. Improve time to market – 18.5% 5. Better decision
    [Show full text]
  • Microsoft Azure Cosmos DB Revealed
    Microsoft Azure Cosmos DB Revealed A Multi-Modal Database Designed for the Cloud — Building globally distributed mission-critical applications — José Rolando Guay Paz Microsoft Azure Cosmos DB Revealed A Multi-Modal Database Designed for the Cloud José Rolando Guay Paz Microsoft Azure Cosmos DB Revealed José Rolando Guay Paz Beach Park, Illinois, USA ISBN-13 (pbk): 978-1-4842-3350-4 ISBN-13 (electronic): 978-1-4842-3351-1 https://doi.org/10.1007/978-1-4842-3351-1 Library of Congress Control Number: 2018930529 Copyright © 2018 by José Rolando Guay Paz This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made.
    [Show full text]
  • Azure Expert & Adv Spec Partner Execution FY21
    Azure Expert & Adv Spec Partner Execution FY21 Microsoft Confidential Priorities and Sales Plays Applications, Infrastructure, Data, AI Immediate Crisis focus areas Cost Savings focus areas Migrate existing apps Innovate with new apps to Azure and optimize and modernize existing apps Specialized Areas Windows & SQL Server Modernize .NET apps with App Service, Applications: IoT, Mixed Reality, Azure SQL DB Linux & OSS DBs Gaming Cloud native app with AI, Kubernetes, SAP on Azure Infrastructure: Azure VMware Azure Cosmos DB / PostgreSQL Solutions, HPC, Windows Virtual Desktop Analytics & AI Advanced Networking , Hybrid Cloud Solutions Azure Sentinel Enable customers for successful cloud use Cloud Adoption Framework | Well-Architected | Skills building Developer engagement | DevOps with GitHub Enable Partners to Acquire, Nurture and Grow Azure Consumption across our customer segments Target Partners Depth Target Customers Deep skilling Priorities Acquire Nurture Grow Packaged BOM Breadth Propensity lists Cross-org role alignment Azure GTM execution aligned to the Customer Journey & Sales Play Enable Partners to Acquire, Nurture and Grow Azure Consumption Envision Validate Commit Onboard Realize value Customer Customer Customer Start point Start point Start point Immersion Solution Proof Of Workshops Implementation Server Migration, Data Assessments Concept/Value Modernization, Analytics, App Modernization, WVD Azure Accelerate Azure Migration Program (AMP) Customer has workload defined, Customer needs help determining Customer now wants specific
    [Show full text]
  • Microsoft Unified Support Built-In Proactive Built-In Services List
    Microsoft Unified Support Built-In Proactive Services List IMPORTANT NOTICE: Starting May 1st, 2021, this link will re-direct to the Services Hub catalog to make it easier to dynamically search for Built-in Proactive Services and access datasheets. To go directly to the catalog, sign in to Services Hub and go to Resources > Services Catalog in the main navigation bar. Once you’re in the catalog, refine your results by using the Service Level filter to search for Built-In Proactive Services. 1 © 2021 Microsoft Corporation. All rights reserved. This material is provided for informational purposes only. Last Updated: April 19th, 2021. MICROSOFT MAKES NO WARRANTIES, EXPRESSED OR IMPLIED IN THIS SUMMARY. Microsoft Unified Support Built-In Proactive Services List Drive your key technology initiatives forward with recommended proactive support services that accelerate implementation and results. Please work with your Customer Success Account Manager to schedule the right service for your needs. AZURE PRIMARY TECHNOLOGY PHASE BUILT-IN PROACTIVE SERVICES Azure – Advanced Analytics and Educate WorkshopPLUS - Data AI: Azure Machine Learning - Closed Workshop (Data Sheet) R,O A.I Educate WorkshopPLUS - Data AI: Introduction to Advanced Analytics and AI in Azure - Closed Workshop (Data Sheet) R,O Educate WorkshopPLUS - Data AI: Open Source Analytics with HDInsight - Closed Workshop (Data Sheet) R,O Educate WorkshopPLUS - Data AI: Azure Databricks Essentials - Closed Workshop (Data Sheet) R,O Educate WorkshopPLUS - Data AI: Data Analytics with Python
    [Show full text]
  • AI + Machine Learning Analytics
    Be Azure Ready – powered by First Distribution AI + Machine Learning Covering: Azure Batch AI, Azure Bot Service, Microsoft Genomics, Machine Learning services, Machine Learning Studio, Cognitive Services, Bing APIs, Computer Vision API, Content moderator, Custom Services, Emotion API, Face API, Language Understanding (LUIS), Linguistic Analysis API, QnA Maker API, Speaker Recognition API, Text Analytics API, Translator Speech API, Translator Text API, Web Language Model API Machine Learning and Azure Sphere Gurdeep Pall: Building the future of autonomy ML at the edge and in the Cloud with Azure Sphere | Internet of Things Show How to build a voice-enabled grocery chatbot with Azure AI How to build an intelligent travel journal using Azure AI How to build a personal finance app using Azure Azure Cognitive Services Translator - Inuktitut language text translation now available Get skilled on AI and ML ? on your terms with Azure AI Unified Neural Text Analyzer: an innovation to improve Neural TTS pronunciation accuracy General availability: Azure Machine Learning Output Datasets Public preview: Azure Machine Learning Data Labeling ? Image Instance Segmentation General availability: Text Analytics' Named Entity Recognition v3 now supports 10 languages with improved AI quality Analytics Covering: Azure Databricks, HDInsight, Data Factory, Stream Analytics, Data Lake Analytics, Event Hubs, Power BI, Azure Analysis Services, Apache Spark for HDInsight, Apache Storm for HDInsight, R Server for HDInsight, Data Catalog, Data Explorer Azure Data
    [Show full text]