Tag: API

Nicole Enders interviews Vesa Juvonen
Nicole Enders interviews Vesa Juvonen
Blog Posts

Community Reporter Nicole Enders interviews Vesa Juvonen, Senior Program Manager, OneDrive – SharePoint Engineering. Video Transcript Nicole: Okay welcome to the ESPC 2019 we are sitting here at the community reporter booth I have Vesa here as my interviewee. Vesa: Thank You for having me. Nicole: You’re a principle program manager at Microsoft so for… READ MORE

Azure Cognitive Services–Experience Image Recognition using Custom Vision (Build an Harrison Ford Classifier)
Azure Cognitive Services–Experience Image Recognition using Custom Vision (Build an Harrison Ford Classifier)
Blog Posts

Custom Vision Service as part of Azure Cognitive Services landscape of pretrained API services, provides you an ability to customize the state-of-the-art Computer Vision models for your specific use case. Using custom vision service you can upload set of images of your choice and categorize them accordingly using tags/categories and automatically train the image recognition… READ MORE

Getting started with Graph API and PowerShell
Getting started with Graph API and PowerShell
Blog Posts

If you haven’t heard about Microsoft Graph API lately, you have probably been living outside of civilization. Graph API is Microsoft’s master communication service that connects and handles data between almost any Azure or Microsoft 365 service in the background. If you are already used to PowerShell and modules, the toolkits you use to work… READ MORE

Building a Microsoft Teams Bot
Building a Microsoft Teams Bot
Blog Posts

Microsoft has released Teams from one year, the utility of this product is indisputable, a strength is definitely the possibility to extend it with bots, connectors and tabs. In this article, I’ll talk about how to build a bot and how to leverage the Microsoft Teams API capabilities, which are the following: Fetch Channel List… READ MORE

Automated deployment for SharePoint Framework scripts available on Powershell gallery
Automated deployment for SharePoint Framework scripts available on Powershell gallery
Blog Posts

I published two scripts on Powershell gallery in order to help automated deployment of a SharePoint Framework solution: https://www.powershellgallery.com/packages/VSTS.DeploySPFxToO365CDN https://www.powershellgallery.com/packages/VSTS.DeploySPFxToAppCatalog The first script basically collects automatically the bundle publishing it on Office 365 CDN, while the second across the SharePoint ALM API is able to upload the package of the solution in the App Catalog.… READ MORE