Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
/ azf-DocumentToP360 Public archive

Durable function orchestration service to P360

Notifications You must be signed in to change notification settings

vtfk/azf-DocumentToP360

Repository files navigation

azf-DocumentToP360

Durable function orchestration service to P360

OBS! Remember to create a local.settings.json file and add Archeo api key, Base URL for P360 and authorization key for P360:

{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "UseDevelopmentStorage=true",
    "FUNCTIONS_WORKER_RUNTIME": "dotnet",
    "ArcheoApiKey": "ARCHEOKEY",
    "BaseURL": "BASEURLP360",
    "a_Key": "AUTHP360"
  }
}

About

Durable function orchestration service to P360

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages