Git Push Origin Master

This commit is contained in:
Stefan Bauer 2018-07-24 17:36:17 +02:00
parent aa4a280cca
commit f702fd26b7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ This will install all the required NPM packages to run the Azure function
The folder [VimeoRequest](./VimeoRequest) contains a Azure Function generated with the [Azure Function Core Tools](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local).
The access videos stored on this platform first a new application needs to be created first. To create a new Application navigate to the following website [https://developer.vimeo.com/apps/new?source=topnav](https://developer.vimeo.com/apps/new?source=topnav)
After the creation of a new Application, the created AppID and Secret must get stored in the local Azure function configuration. This configuration file can be found is named [local.settings.json](./ViemoRequest/local.settings.json).
After the creation of a new Application, the created AppID and Secret must get stored in the local Azure function configuration. This configuration file can be found in the root folder of the Azure Function Host and is named [local.settings.json](./VimeoRequest/local.settings.json).
```jS
{