I am trying to build a mobile application that connects to Azure Cognitive Services
Steps completed:
1. Created a Cognitive Service in Azure
2. Trained and deployed a project in https://www.customvision.ai/
3. Download AzureCongnitiveServices in outsystems
4. Set the provided key of the Azure Service in the Site Properties in Service Center
5. Entered the URL of the Azure Service in the Integrations tab in Service Center
What I want to use is GetProjectsByProjectId from the Azure connector and it requires a Project Id which I got fromhttps://www.customvision.ai/ as shown belowWhen I deploy the application to check it an error that says "Azure API key in not defined"
Can anyone help me with this problem?