Welcome to Azure App Services! Amie Seisay

Slides:



Advertisements
Similar presentations
Attie Naude 14 May 2013 Windows Azure Mobile Services.
Advertisements

SharePoint Saturday Gulf Saturday, April 12 th,2014 Live Online #SPSGulf Our Sponsors:
T Sponsors Sameer Chabungbam Principal Program Manager, Microsoft Connector API Apps BizTalk Summit 2015 – London ExCeL London | April 13th & 14th.
T Sponsors Paul Larsen Principal Program Manager, Microsoft Integrating cloud with existing IBM Systems BizTalk Summit 2015 – London ExCeL London | April.
Scott Hanselman Principal Program Scott Hunter Director of Program Azure App Service Overview and Architecture.
DiscoverFollow Node.js Express ASP.NET Web API SQL Table Storage Blob Storage WNS APNS GCM Mongo DB Notification Hubs Source Control Facebook.
Microsoft SharePoint 2013 SharePoint 2013 as a Developer Platform
Business Productivity Online Suite Enterprise class software delivered via subscription services hosted by Microsoft and sold with partners.
Site Provisioning Options Web Template Fundamentals Web Templates and App Webs Custom Solutions for Site Provisioning Wrap Up.
| Basel Discovering Windows Azure Mobile Services and Media Services Ken Casada
Cross Platform Mobile Backend with Mobile Services James
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
Creating Business Workflow Using SharePoint Designer 2007 Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server MVP Microsoft SQL Server.
First Look Clinic: What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Sayed Ali (MCTS, MCITP, MCT, MCSA, MCSE )
Facebook Like Solution in SharePoint Using JavaScript Amie Seisay
Building Android Apps with Mobile Services Speaker Name Speaker Title Speaker Company Twitter:
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
T Sponsors Nino Crudele Integration MVP, Solidsoft Reply, Principal Consultant An Azure of Things, a developer’s perspective BizTalk Summit 2015 – London.
What’s New? – BCS 2013 Brett Lonsdale.  Co-founder of Lightning Tools  One of the hosts on the SharePoint Pod Show  Co-organizer of SharePoint Saturday.
Office 365 Platform Flexible Tools Understand different provisioning options and their advantages and disadvantages…
HTML+JavaScript M2M Applications Viewbiquity Public hybrid cloud platform for automating and visualizing everything.
Tom Castiglia Hershey Technologies
Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer Yaroslav Pentsarskyy
Windows 8 Application Microsoft Word with Apps For Office Internal O365 SharePoint Site Windows Azure Cloud Services Windows Azure Workflow Server.
Microsoft Azure SoftUni Team Technical Trainers Software University
Office Business Applications Workshop Defining Business Process and Workflows.
I am familiar with Mobile Services Node.js Express ASP.NET Web API SQL Table Storage Blob Storage WNS APNS GCM Mongo DB Notification Hubs Source.
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
WINDOWS AZURE MOBILE SERVICES AN INTRODUCTION Bret Stateham Technical Evangelist
Facebook Like Solution in SharePoint Using JavaScript Amie Seisay
Welcome to Azure App Services! Amie Seisay
UNDERSTANDING YOUR OPTIONS FOR CLIENT-SIDE DEVELOPMENT IN OFFICE 365 Mark Rackley
A Lap around Azure API Apps. Customer Challenges What are API Apps? Creating and Consuming an API App using VS Adding authentication API Connectors Swagger.
SharePoint Fest 2013 Chicago What’s New and Exciting (and not so great) in SharePoint Designer 2013 Workflows Ira Fuchs – SharePoint Technical Specialist,
Bob German Principal Architect Future-Proof your SharePoint Customizations: Build 2010 Solutions that become 2013 Apps.
Trimantra Software Solution Offshore Software Development Outsourcing Company Visit :
 Cloud Computing technology basics Platform Evolution Advantages  Microsoft Windows Azure technology basics Windows Azure – A Lap around the platform.
Intro to Apps Anatomy of an App App Architecture.
Any device, anywhere, anytime New discovery channels New ways of working Redefined expectations for apps.
Azure App Service an overview Seth
PRESENTS TECHNOLOGY PARTNER INTEGRATION DAY MICROSOFT GTSC, Bengaluru September 10, 2016 Tulika Chaudharie / Harikharan Krishnaraju Escalation Engineer,
PowerApps and Microsoft Flow for SharePoint Developers Brian T. Jackett Sr. Premier Field Engineer, Microsoft.
SQL Database Management
The Holmes Platform and Applications
Building Azure Logic Apps
Introduction ITEC 420.
Joy Rathnayake Senior Architect – Virtusa Pvt. Ltd.
Stress Free Deployments with Octopus Deploy
Deploying Web Application
HPE Content manager TO SALEFORCE INTEGRATIONs
Azure Primed Randy Pagels Sr. Developer Technology Specialist
About Bill Bill Baer (ˈbɛər)
Automate Custom Solutions Deployment on Office 365 and Azure
Transition Your SharePoint Designer Workflows to Microsoft Flow
Logo here Module 3 Microsoft Azure Web App. Logo here Module Overview Introduction to App Service Overview of Web Apps Hosting Web Applications in Azure.
Microsoft Build /6/2018 4:41 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Flow and PowerApps End-to-End
Power Apps & Flow for Microsoft Dynamics SL
Introduction to Office365 Forms and Flow
What Is Sharepoint? Mohsen Ashkboos
07 | Workflows Chris Johnson | SharePoint Guru
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
Flow for SharePoint An Introduction
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Technical Capabilities
Workflow Development using Visual Studio 2017 for SharePoint online
Getting Hands-On with Azure Logic Apps
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
TN19-TCI: Integration and API management using TIBCO Cloud™ Integration
Paul Larsen The Value of Hybrid Integration
Presentation transcript:

Welcome to Azure App Services! Amie Seisay

Background – Where It All Began in 2003…

@AmieSeisay Background – What I Enjoy Now LOTS of JavaScript and CSS!

@AmieSeisay Background - Certifications SharePoint 2010 Administration CIW v5 Associate MCTS : Microsoft SharePoint 2010, Configuration Certified Technical Trainer Macromedia Dreamweaver 8 ITIL Foundation

@AmieSeisay Background – Leadership Duties International Association of Microsoft Channel Partners

@AmieSeisay Azure App Service includes…  Introduced in March 2015  Logic Apps (New!) and API Apps  Web Apps, formerly Azure Websites  Mobile Apps, formerly Azure Mobile Services Source:

@AmieSeisay API Apps  REST based web service  API apps are also referred as “Connectors”  Connection end points to external systems  Some of the connectors are capable of “Hybrid Connections”  Capable of running in customers on premise environment  Exposes the on-premises systems seamlessly as Azure API apps.  On Premise Setup  Store agent file on your server

@AmieSeisay Swagger 2.0  Contains metadata used for API Apps  A framework for describing, consuming, and visualizing RESTful APIs  Sample: JSON FormatVisualization

@AmieSeisay Custom API  API apps can be built in any technology (Node.js, Java,.NET, etc),  Requirement: the metadata is clearly defined according to Swagger 2.0 definitions  API App Projects in Visual Studio automatically come with Swagger metadata  Authentication is handled through adding keys and Azure takes care of the rest!

@AmieSeisay What’s Swashbuckle?  Not these guys… Source:

@AmieSeisay Swashbuckle  “Seamlessly adds a Swagger to WebApi projects!”   In Visual Studio, run the below command in Package Manger:

@AmieSeisay Logic Apps  Used to automate workflows and business processes  Can be set to run automatically as your app is called, when a record is saved in a database, or on a time interval  Built either by declaratively using a JSON file or using Logic/Workflow designer  Performs tasks like:  create/retrieve a record in a database  send an or SMS message  post a message on Facebook or Twitter or Yammer  schedule a meeting/reminder in Office 365

@AmieSeisay Triggers  Poll trigger – Client polls the API app for notification of an event having been fired  HTTP method: GET  Push trigger - Client is notified by the API app when an event fires  HTTP method: PUT

@AmieSeisay Gotchas!  Logic App  When using Poll Triggers in your, don’t hit “Run Now”  If you do, you will receive this error message: {"code":"InvalidTemplate","message":"Unable to process template language expressions for action 'office365connector' at line '1' and column '11': 'Template language expression can not be evaluated: the property 'outputs' can not be selected.'."}  “Run Now” is for manual execution of logic apps that need to run sporadically.

@AmieSeisay Gotchas!  SQL Connector  Change default table information for Polling  View the “Host” > “All Settings” > “Application Settings”

@AmieSeisay Gotchas!  SQL Connector  Prevent infinite polling in PollingStatement  SELECT * FROM [ChangeRequests]; DELETE FROM [ChangeRequests]

@AmieSeisay Gotchas!  SQL databases in Azure  Change firewall settings so that you can work with in Visual Studio

@AmieSeisay Resources  Introducing the Azure API Apps Tools for Visual Studio 2013: for-visual-studio-2013.aspx for-visual-studio-2013.aspx  Use Logic Apps features: logic-use-logic-app-features/ logic-use-logic-app-features/  ASP.NET Web API Documentation using Swagger: documentation-using-swagger/ documentation-using-swagger/  ASP.NET Web API Videos:  marriage-between-cloud-and-on-premise/ marriage-between-cloud-and-on-premise/  Azure API App and Logic App. In depth look into Hybrid Connector. Marriage between cloud and on- premise: triggers/#use-api-app-triggers-in-logic-appshttps://azure.microsoft.com/en-us/documentation/articles/app-service-api-dotnet- triggers/#use-api-app-triggers-in-logic-apps  Oauth Client ID and Client Secret:  Azure App Service API app triggers: service-api-dotnet-triggers/ service-api-dotnet-triggers/  Microsoft SQL Connector: logic-connector-sql/ logic-connector-sql/  Deploy from Visual Studio: logic-deploy-from-vs/ logic-deploy-from-vs/