Skip to content

Commit

Permalink
minor update (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
krnese authored Jan 31, 2024
1 parent 41a4444 commit 11c8afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fsi/solutions/generativeAi/EnterpriseAIPortal.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "Microsoft.Common.TextBlock",
"visible": true,
"options": {
"text": "The 'Secure and Compliant Generative Azure Open AI' accelerator helps organizations to expedite the composition and deployment of a well-architected Azure Open AI workload, with the required pre-requisites to ensure encryption in transit and at rest, secure network connectivity, central authorization, and to comply with regulated industries at scale.",
"text": "The 'Secure and Compliant Generative AI on Azure' accelerator helps organizations to expedite the composition and deployment of a well-architected Azure Open AI workload, with the required pre-requisites to ensure encryption in transit and at rest, secure network connectivity, central authorization, and to comply with regulated industries at scale.",
"link": {
"label": "Learn more",
"uri": "https://learn.microsoft.com/azure/ai-services/openai/overview"
Expand Down
4 changes: 2 additions & 2 deletions fsi/solutions/generativeAi/aoaiArm.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"azureOpenAiTemplateUri": "[uri(deployment().properties.templateLink.uri, 'azureOpenAi.json')]",
"rgKeyVersionTemplateUri": "[uri(deployment().properties.templateLink.uri, 'rgKey.json')]",
"rgAzureOpenAiObjectIdTemplateUri": "[uri(deployment().properties.templateLink.uri, 'rgAzureAiObjectId.json')]",
"rgAzureAiSearchObjectIdTemplateUri": "[uri(deployment().properties.templateLink.uri, 'rgAzureAiObjectId.json')]",
"rgAzureAiSearchObjectIdTemplateUri": "[uri(deployment().properties.templateLink.uri, 'rgAzureAzureAiSearchObjectId.json')]",
"rgRbacTemplateUri": "[uri(deployment().properties.templateLink.uri, 'rgRbac.json')]",
"azureOpenAiCmkTemplateUri": "[uri(deployment().properties.templateLink.uri, 'cmkAzureOpenAi.json')]",
"azureOpenAiModelTemplateUri": "[uri(deployment().properties.templateLink.uri, 'modelDeployment.json')]",
Expand Down Expand Up @@ -837,7 +837,7 @@
"value": "ServicePrincipal"
},
"principalId": {
"value": "[if(and(equals(parameters('aiSearchSystemIdentity'), 'Yes'), equals(parameters('aiSystemIdentity'), 'Yes')), reference(variables('deploymentNames').rgAzureAiSearchObjectIdDeploymentName).outputs.systemIdentityId.value, '')]"
"value": "[if(and(equals(parameters('aiSearchSystemIdentity'), 'Yes'), equals(parameters('aiSystemIdentity'), 'Yes')), reference(variables('deploymentNames').rgAzureAiObjectIdDeploymentName).outputs.systemIdentityId.value, '')]"
}
}
}
Expand Down

0 comments on commit 11c8afb

Please sign in to comment.