Skip to content

Commit

Permalink
update PG ARM Template endpoint typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberflying committed Dec 16, 2023
1 parent 0efd317 commit f4ab11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/deployment_pg.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
},
{
"name": "FORM_RECOGNIZER_ENDPOINT",
"value": "[concat('https://',parameters('DocumentIntelligenceName'),'.api.cognitive.microsoft.com/')]"
"value": "[concat('https://',parameters('DocumentIntelligenceName'),'.cognitiveservices.azure.com/')]"
},
{
"name": "FORM_RECOGNIZER_KEY",
Expand Down Expand Up @@ -615,7 +615,7 @@
"BLOB_ACCOUNT_NAME": "[parameters('StorageAccountName')]",
"BLOB_ACCOUNT_KEY": "[listkeys(resourceId('Microsoft.Storage/storageAccounts', parameters('StorageAccountName')), '2015-05-01-preview').key1]",
"BLOB_CONTAINER_NAME": "[variables('BlobContainerName')]",
"FORM_RECOGNIZER_ENDPOINT": "[concat('https://',parameters('DocumentIntelligenceName'),'.api.cognitive.microsoft.com/')]",
"FORM_RECOGNIZER_ENDPOINT": "[concat('https://',parameters('DocumentIntelligenceName'),'.cognitiveservices.azure.com/')]",
"FORM_RECOGNIZER_KEY": "[listKeys(concat('Microsoft.CognitiveServices/accounts/', parameters('DocumentIntelligenceName')), '2023-05-01').key1]",
"TRANSLATE_ENDPOINT": "https://api.cognitive.microsofttranslator.com/",
"TRANSLATE_KEY": "[listKeys(concat('Microsoft.CognitiveServices/accounts/', parameters('TranslatorName')), '2023-05-01').key1]",
Expand Down

0 comments on commit f4ab11a

Please sign in to comment.