skip to Main Content

Azure – Terraform iterating a json file for key value pairs

I have an appconfig.json file which contains the key value details for the azure app config. sample appConfig.json : [ { "contentType": "", "key": "FuncApp:Ihub:Common:D365Api:JobStatusRelativePath", "tags": { }, "value": "/api/connector/jobstatus" }, { "contentType": "application/vnd.microsoft.appconfig.keyvaultref+json;charset=utf-8", "key": "secretName", "label": null, "tags": {…

VIEW QUESTION

Azure – GPT4-vision OCR enhancements returns error 400

I am testing with the GPT4 OCR Vision (model version: gpt-4 vision preview), use postman send API with OCR enhancement body like the API document claimed "enhancements":{ "ocr":{"enabled":true}, "grounding":{"enabled":true} }, "dataSources":[ { "type":"AzureComputerVision", "parameters":{ "endpoint":"https://xyz.cognitiveservices.azure.com", "key":"xyz" } } ]However, I…

VIEW QUESTION
Back To Top
Search