Welcome to Azure App Services! Amie Seisay

Slides:



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

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.
Microsoft SharePoint 2013 SharePoint 2013 as a Developer Platform
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
Fraser Technical Solutions, LLC
SPC220 Web Template FundamentalsCreating Web Templates Using Web Templates Web Templates and App Webs Wrap Up.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 2013 Technical Preview and published July Introducing.
Workflows in SharePoint Brian Russo RJB Technical Consulting July 2009.
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.
Welcome to Azure App Services! Amie Seisay
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
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.
Entity Framework Database Connection with ASP Notes from started/getting-started-with-ef-using-mvc/creating-an-
DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS Microsoft Exam Study Material Sponsored By:
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.
Azure App Service an overview Seth
PRESENTS TECHNOLOGY PARTNER INTEGRATION DAY MICROSOFT GTSC, Bengaluru September 10, 2016 Tulika Chaudharie / Harikharan Krishnaraju Escalation Engineer,
Bhakthi Liyanage SPS Toronto July GOLD BRONZE / PRIZES SILVER.
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.
Deploying Web Application
About Bill Bill Baer (ˈbɛər)
Automate Custom Solutions Deployment on Office 365 and Azure
Line of Business Solutions in SharePoint Online
SPC Developer 6/25/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
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
SharePoint Online Development Best Practices
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
Technical Capabilities
Workflow Development using Visual Studio 2017 for SharePoint online
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… Over 10 Years Experience

@AmieSeisay Background – What I Enjoy Lots of JavaScript and CSS! Training Developer SharePoint Server Farm Architecture Change Management

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

@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

@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-premises environment  Exposes the on-premises systems seamlessly as Azure API apps.  On Premises 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 What’s Swashbuckle?  Not these guys…

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

@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  Authentication is handled through adding keys and Azure takes care of the rest!

@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 (Logic App) 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 Common REST API Error Codes 

@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 databases in Azure  Change firewall settings so that you can work with in Visual Studio

@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 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/