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
EMAIL_BODY="<p>Bicep parameter validation failed but no HTML report was generated. Check the <a href=\"https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}\">workflow run</a> for details.</p>"
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ To deploy this solution accelerator, ensure you have access to an [Azure subscri
95
95
96
96
Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/table) page and select a **region** where the following services are available: Azure OpenAI Service, Azure AI Search, and Azure Semantic Search.
97
97
98
-
Here are some example regions where the services are available: East US, East US2, Japan East, UK South, Sweden Central.
98
+
Here are some example regions where the services are available: Australia East, East US2, France Central, Japan East, Norway East, Sweden Central, UK South, West US.
99
99
100
100
Pricing varies per region and usage, so it isn't possible to predict exact costs for your usage. The majority of the Azure resources used in this infrastructure are on usage-based pricing tiers. However, Azure Container Registry has a fixed cost per registry per day.
Copy file name to clipboardExpand all lines: docs/CustomizingAzdParameters.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
By default this template will use the environment name as the prefix to prevent naming collisions within Azure. The parameters below show the default values. You only need to run the statements below if you need to change the values.
4
4
5
-
> To override any of the parameters, run `azd env set <PARAMETER_NAME> <VALUE>` before running `azd up`. On the first azd command, it will prompt you for the environment name. Be sure to choose 3-20 characters alphanumeric unique name.
5
+
> To override any of the parameters, run `azd env set <PARAMETER_NAME> <VALUE>` before running `azd up`. On the first azd command, it will prompt you for the environment name. Be sure to choose 3-16 characters alphanumeric unique name.
6
6
7
7
## Parameters
8
8
@@ -23,7 +23,7 @@ By default this template will use the environment name as the prefix to prevent
23
23
|`AZURE_ENV_REASONING_MODEL_NAME`| string |`o4-mini`| Specifies the name of the reasoning GPT model to be deployed. |
24
24
|`AZURE_ENV_REASONING_MODEL_VERSION`| string |`2025-04-16`| Version of the reasoning GPT model to be used for deployment. |
25
25
|`AZURE_ENV_REASONING_MODEL_CAPACITY`| int |`50`| Sets the reasoning GPT model capacity. |
26
-
|`AZURE_ENV_IMAGETAG`| string |`latest_v3`| Docker image tag used for container deployments. |
26
+
|`AZURE_ENV_IMAGE_TAG`| string |`latest_v4`| Docker image tag used for container deployments. |
27
27
|`AZURE_ENV_ENABLE_TELEMETRY`| bool |`true`| Enables telemetry for monitoring and diagnostics. |
28
28
|`AZURE_EXISTING_AIPROJECT_RESOURCE_ID`| string |`<Existing Workspace Id>`| Set this if you want to reuse an AI Foundry Project instead of creating a new one. |
29
29
|`AZURE_ENV_EXISTING_LOG_ANALYTICS_WORKSPACE_RID`| string | Guide to get your [Existing Workspace ID](re-use-log-analytics.md)| Set this if you want to reuse an existing Log Analytics Workspace instead of creating a new one. |
0 commit comments