Developing Hybrid Apps on Microsoft Azure Stack

Slides:



Advertisements
Similar presentations
1/27/2018 5:13 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Advertisements

Accelerate your DevOps with OpenShift by Red Hat
From IT Pros to IT Heroes - with Azure DevTest Labs
5/21/2018 9:40 PM BRK3021 Learn about modern infrastructure roles in RDS: Next generation Windows desktop & app virtualization Clark Nicholson - Principal.
Azure Machine Learning Deploying and Managing Models in production
Creating Enterprise Grade BI Models with Azure Analysis Services
Azure on Steroids: Full Automation with PowerShell
Use any Amazon S3 application with Azure Blob Storage
Microsoft Azure: The only consistent Hybrid Cloud
Azure Cloud Shell Magic of Modern Command-line Management
6/17/ :27 AM BRK3341 Unlock extensibility by connecting your service to PowerApps and Microsoft Flow Theresa (Tessa) Palmer–Sr. Program Manager Sunay.
How to expand your Azure Stack marketplace
Azure SDKs and Tools for You
6/25/ :13 PM BRK1076 Make Windows devices more secure by taking them out of your existing infrastructure Chris Rhodes & Andrew Bettany MCTs & MVPs.
Optimizing Microsoft OneDrive for the enterprise
Performing a Seamless Migration in Azure SQL DB
What a Real, Functioning DevOps Team Looks Like
The power of common identity across any cloud
Understand Hybrid Identity with Azure and Azure Stack
SQL Server on Linux on All-Flash Arrays
Microsoft Ignite /31/ :08 AM
8/6/ :17 AM THR2214 Hybrid Cloud Activated A customer case study optimizing on-premises & Azure performance and cost Mor Cohen-Tal Senior Product.
Excel and Power BI Better Together Democratization of data
Modernizing Application Delivery with Containers & Kubernetes
Workflow Orchestration with Adobe I/O
Azure Stack – Thinking AND realizing value “beyond the box”
Windows 10 Subscription Activation
Find, try and get line-of-business apps on Microsoft AppSource
Automate all things! Microsoft Azure continuous deployment
Agile Planning with Visual Studio Team Services (VSTS)
Servicing Windows 10 in the Real World
9/22/2018 3:49 AM BRK2247 Learn from MVPs: Panel discussion on all things SharePoint and OneDrive © Microsoft Corporation. All rights reserved. MICROSOFT.
Confidence at speed: Visual Studio 2017 and your CI pipeline
Azure PowerShell Aaron Roney Senior Program Manager Cormac McCarthy
Continuous Delivery for Microsoft Azure
11/22/2018 1:43 PM THR3005 How to provide business insight from your data using Azure Analysis Services Peter Myers Bitwise Solutions © Microsoft Corporation.
Continuous Delivery with Visual Studio Team Services
Azure Advisor: Optimization in the best way
PowerShell Unplugged Jeffrey Snover Technical Fellow
Mobile Center and VSTS:​ Better together for your Mobile DevOps
11/27/2018 5:08 PM THR3057 Using a PowerShell release pipeline for a real-world service provider delivery in Microsoft Azure Niklas Åkerlund Lead Architect.
Microsoft products for non-profits
Automating security for better, continuous compliance in the cloud
Azure CLI Jason R. Shaver Senior Program Manager
Introduction to ASP.NET Core 1.0
Five mistakes to avoid when deploying Enterprise Mobility + Security
12/26/2018 1:44 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Five cool things you can do with Windows PowerShell on Office 365
Microsoft To-Do Preview
Securely pass passwords into your deployment
Microsoft Exchange: Through the eyes of MVPs (Panel discussion)
MDM Migration Analysis Tool (MMAT)
Overview: Dynamics 365 for Project Service Automation
Understand your Azure cloud assets dependencies with BMC Discovery
Surviving identity management in a hybrid world
Breaking Down the Value of A Yammer Post: 20 Things to Do
Cool Microsoft Edge Tips and Tricks
When Bad Things Happen to Good Applications
Getting the most out of Azure resources with Azure Advisor
Manage your App Service resources using Command line tools
“Hey Mom, I’ll Fix Your Computer”
4/21/2019 7:09 AM THR2098 Unlock New Opportunities with Nintex Hawkeye Process Intelligence and Workflow Analytics Sr. Product.
Designing Bots that Fit Your Organization
Ask the Experts: Windows 10 deployment and servicing
Passwordless Service Accounts
Azure Networking inside and out
Digital Transformation: Putting the Jigsaw Together
WCF and .NET Framework Microservices in Containers
Diagnostics and troubleshooting in Azure App Service Support Center
Optimizing your content for search and discovery
Presentation transcript:

Developing Hybrid Apps on Microsoft Azure Stack 6/16/2018 1:43 PM BRK3099 Developing Hybrid Apps on Microsoft Azure Stack Ricardo Mendes Microsoft © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Microsoft Azure Hybrid Productive Intelligent Trusted Microsoft Inspire 6/16/2018 1:43 PM Microsoft Azure Hybrid Productive Intelligent Trusted © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Truly Consistent Hybrid Cloud with Microsoft Azure 6/16/2018 1:43 PM Truly Consistent Hybrid Cloud with Microsoft Azure Azure Active Directory Azure management and security Azure data services Azure services Clouds Common Identity Integrated Management and Security Consistent Data Platform Unified Development and DevOps Active Directory On-premises infrastructure SQL Server Azure Stack © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Hybrid Has Many Forms Matching resources on both Clouds 6/16/2018 1:43 PM Hybrid Has Many Forms Matching resources on both Clouds Resources spread across Clouds Using public endpoints for connectivity Seamless connectivity across the Clouds © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo: Hybrid Examples

Know your Environment Endpoints Resource Availability Connectivity Types Versions Connectivity

Content Add images to your Azure Stack Syndication Azure Quick starts 6/16/2018 1:43 PM Content Add images to your Azure Stack Syndication Convenient Available to many Images + Gallery Item + Deployment Azure Quick starts © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Latest API Versions in Azure Stack 6/16/2018 1:43 PM Latest API Versions in Azure Stack Compute: 2016-03-30 Network: 2015-06-15 Storage: 2016-01-01 KeyVault: 2015-06-01 App Service: 2015-08-01 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6/16/2018 1:43 PM API Profiles Provide a way to manage version differences between Azure Clouds Available on: PowerShell & CLI ARM & SDKs* Visual Studio* © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

AzureRM.Bootstrapper Set of AzureRM PowerShell modules with specific API versions Install the PowerShell module required to use API version profiles Implementation thru AzureRM.Bootstrapper which is available through the PowerShell Gallery

Identity Authentication with Service Principal 6/16/2018 1:43 PM Steps: Create Service Principal in your AAD tenant using password or certificate Assign the Service Principal a Role on your Subscription Logon using password or certificate [optional] Save access token to simplify log in For further info, refer to: https://azure.microsoft.com/en- us/documentation/articles/resource-group- authenticate-service-principal/ © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo: Discovering Your Environment Capabilities

ARM Templates Use dynamic endpoints Parametrize Be Flexible Locations 6/16/2018 1:43 PM ARM Templates Use dynamic endpoints Parametrize Locations VM Sizes & Images Be Flexible OS Images Scaling © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Deployment Use parameter files Authenticate with a service principal 6/16/2018 1:43 PM Deployment Use parameter files Authenticate with a service principal Use the tools in the Azure Stack Tools Repository Leverage tooling Visual Studio VSTS Agents © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Broad Tooling Support Visual Studio VSTS CLI 2.0 SDKs

What to avoid Hardcoded deployment endpoints Assuming content exists 6/16/2018 1:43 PM What to avoid Hardcoded deployment endpoints Assuming content exists Using services that are not available © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo: VS & ARM Profiles

Edge and disconnected solutions Aggregated analysis Data collection Use Azure Stack for: Real-time latency requirements Connectivity issues Local data processing Use Azure for aggregate analytics and big data modelling Common application logic across both, connected, or disconnected Local data processing Azure Stack Azure Stack Azure Stack Limited or no connectivity Edge and disconnected solutions

Cloud applications to meet varied regulations Develop and deploy global application in Azure Optionally deploy to Azure Stack to handle customer preferences for regulations: Government Industry Region No changes to application Azure Country #1 App Country #2 Country #3 Cloud applications to meet varied regulations

Cloud application model on-premises Apply modern architectures to on-premises apps not yet ready for cloud PaaS Serverless computing Microservices and containers Move to Azure without code changes Consistent programming model, skills, and processes Azure services Existing app Cloud application model on-premises

6/16/2018 1:43 PM One Azure ecosystem Work with the tools and technologies you want across Azure andAzure Stack Goal: Applications and services that are certified for Azure work on Azure Stack © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo: Leveraging the Ecosystem 6/16/2018 1:43 PM Demo: Leveraging the Ecosystem © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Start in Azure Will your Azure solution work on Azure Stack? Microsoft Build 2017 6/16/2018 1:43 PM Start in Azure Will your Azure solution work on Azure Stack? 2 tools you can get from the Azure Stack Tool repository on GitHub. Guardrails to check your ARM template for resource dependencies that may not be available on Azure Stack Azure Resource Manager Template Validator for Azure Stack Azure Resource Manager Policy for Azure Stack Download the tool: https://github.com/Azure/AzureStack-Tools © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

What to do next LEARN BUILD DO Read the docs: aka.ms/azurestackdocs Microsoft Build 2017 6/16/2018 1:43 PM What to do next LEARN Read the docs: aka.ms/azurestackdocs Read the whitepaper: aka.ms/azurestackwhitepaper Read the CI/CD walkthrough: https://aka.ms/hybridcicd BUILD Deploy the product: aka.ms/azurestack DO Deploy Azure Apps: aka.ms/azurestackgithub Try PaaS services: aka.ms/azurestackpaasservices Build Hybrid Apps: aka.ms/DesignHybridApps © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Please evaluate this session Tech Ready 15 6/16/2018 Please evaluate this session From your Please expand notes window at bottom of slide and read. Then Delete this text box. PC or tablet: visit MyIgnite https://myignite.microsoft.com/evaluations Phone: download and use the Microsoft Ignite mobile app https://aka.ms/ignite.mobileapp Your input is important! © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6/16/2018 1:43 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.