Git Push Origin Master
This commit is contained in:
parent
aa4a280cca
commit
f702fd26b7
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue