Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 390 Bytes

readme.md

File metadata and controls

18 lines (10 loc) · 390 Bytes

Office 365 CLI Azure Function

This repository demonstrates how you can use the Office 365 CLI in an Azure Function.

Get Started

Clone the repository

Run npm install

Copy local.settings.template.json file and rename to local.settings.json

Update local.settings.json with your own values

Open terminal and cd to repo

Execute func start to start the function locally