You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: infra/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,7 @@ In the Azure Portal, go to Marketplace and create a `Service Catalog Managed App
39
39
### 6. Deploy the managed app
40
40
41
41
In the Azure Portal, find and click on the managed app definition resource that was created in the previous step. A button option to `Deploy from definition` will be available. Click on it and proceed through the setup steps (defined by the `createUiDefinitions.json` file) that a consumer would experience when installing the managed app.
42
+
43
+
44
+
[](https%3A%2F%2Fgithub.com%2FAzure-Samples%2Fgraphrag-accelerator%2Fblob%2Fharjit-managed-app%2Finfra%2FmainTemplate.json)
@description('Quota of the AOAI LLM model to use.')
69
69
@minValue(1)
70
-
paramllmModelQuotaint = 10
70
+
paramllmModelQuotaint = 1
71
71
72
72
@description('Name of the AOAI embedding model to use. Must match official model id. For more information: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models')
0 commit comments