Top Banner
COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365
32

COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Jan 01, 2016

Download

Documents

Gloria Glenn
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

COMUNIDAD SHAREPOINT DE COLOMBIA

Desarrollando una integración entre Azure Websites y

SharePoint Online de Office 365

Page 2: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

PATROCINADORES DIAMANTE

Page 3: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

@arojaspa [email protected] http://arojaspa.blogspot.com arojaspa

@sharecol [email protected] http://www.sharecol.com

ING. ANDRES FELIPE ROJAS

MVP SHAREPOINT SERVER

Page 4: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Agenda• Getting starter• Configuring a DEV

Environment• App Types • DEMO: SharePoint Online

and Azure Web Sites better together.

Page 5: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Getting starter

Page 6: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

What is in it for developers?

Same code works in cloud and in on-premises

Build market place apps and reach all Office 365 customers easily

More flexible model with additional possibilities

Standard .NET development tooling

Page 7: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Developer template and usage

• Enables remote development against the SharePoint farm

Also with on-premises deployments

Page 8: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Developer sites and remote development

3

1

1

1

4

2

Page 9: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

App shapes for SharePoint

Full pageImplement complete app experiences to satisfy business scenarios

PartsCreate app parts that can interact with the SharePoint experience

UI command extensionsAdd new commands to the ribbon and item menus

Page 10: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.
Page 11: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

App shapes for SharePoint

Full pageImplement complete app experiences to satisfy business scenarios

PartsCreate app parts that can interact with the SharePoint experience

UI command extensionsAdd new commands to the ribbon and item menus

Page 12: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.
Page 13: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

App shapes for SharePoint

Full pageImplement complete app experiences to satisfy business scenarios

PartsCreate app parts that can interact with the SharePoint experience

UI command extensionsAdd new commands to the ribbon and item menus

Page 14: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.
Page 15: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Configuring a DEV environment

Page 16: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Apps for SharePoint Dev Environment

16

• Office 365 Developer Site Collection• Windows Azure Subscription (not obligatory, but useable for AD)

• Visual Studio 2013• Visual Studio 2015• Office Developer Tools for Visual Studio 2013 (not obligatory,

but useable for Office 365 development)

Page 17: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Setting up Environments

17

• Sign up for an Office 365 subscription• Create a Developer Site Collection• Sign up for Windows Azure subscription• Link Office 365 AAD to Windows Azure (not obligatory)• Make Office 365 user administrator in Windows Azure (not

obligatory)• Use Visual Studio remotely to develop

Page 18: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Developer Site Collection

18

• Required for remote app development• Created automatically if you sign up for an Office 365

Developer Site• Use the Developer Site template to create a new Site

Collection in an existing tenancy

Page 19: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

App Catalog

19

• Required to publish apps• Create in the SharePoint Admin Center Apps/App Catalog

Page 20: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Visual Studio 2013 / 2015

20

• 90-Day Trial VS 2013http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx

• RC VS 2015https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.a

spx

Page 21: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Link Office 365 and Azure

21

• (Not Obligatory)• Log into Microsoft Azure subscription as administrator• Click on the Active Directory link. • Click New>Active Directory>Directory>Custom Create• Select to Add an Existing Directory• Follow the steps to add an existing directory

Page 22: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Office 365 Account as Azure Admin

22

• Log into an existing Microsoft Azure as administrator• Click the Settings link• Click Administrators• Click Add• Add the Organizational Account from Office 365

Page 23: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Seller Dashboard Overview

23

• Required to submit apps to Microsoft marketplaces

• Apps for SharePoint• Apps for Office• Windows 8.1• Azure Marketplace• May be company or individual

Page 24: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Seller Dashboard Sign Up Process

24

• Obtain a Microsoft account, if you do not have one• Sign into the Seller Dashboard with your Microsoft Account• http://go.microsoft.com/fwlink/?LinkId=248605 • Fill in the registration information• Submit for approval

Page 25: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Seller Dashboard Publishing Process

25

• Build the app• Upload app to your Seller Dashboard account• Submit app for approval• See app in the marketplace• Track app usage and receive payout

Page 26: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

App for SharePoint – Provider types

Page 27: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Architecture (SharePoint-Hosted Apps [OnPrem+365])

SharePoint (OnPrem/365)

ACS

Host Web

SubSPWeb + AppWeb-SubWeb under HostWeb-Separate Domain-Created during App Installation

ACS (Access Control Service): - OnPrem: SharePoint - 365: AACS

Page 28: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Architecture (Provider-Hosted Apps [OnPrem+365])

SharePoint (OnPrem/365)

ACS

Host Web

SubSPWeb-SubWeb under HostWeb-Separate Domain-Created during App Installation

ACS (Access Control Service): - S2S (certificado) - AACS

Provider

AppWeb

Page 29: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

DemoSharePoint online and azure web sites better together.

Page 30: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Q&A

Page 31: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

Gracias

Page 32: COMUNIDAD SHAREPOINT DE COLOMBIA Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.

PATROCINADORES PRIZE ONLY