Skip to content

Commit 07a51c4

Browse files
authored
Merge pull request #284907 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents facf976 + e268f15 commit 07a51c4

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ For more information on Provisioned deployments, see our [Provisioned guidance](
228228
The following models support global batch:
229229

230230
| Model | Version | Input format |
231-
|---|---|
231+
|---|---|---|
232+
|`gpt-4o-mini`| 2024-07-18 | text + image |
232233
|`gpt-4o` | 2024-05-13 |text + image |
233234
|`gpt-4` | turbo-2024-04-09 | text |
234235
|`gpt-4` | 0613 | text |

articles/azure-cache-for-redis/cache-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Select **Data persistence** to enable, disable, or configure data persistence fo
244244
For more information, see [How to configure persistence for a Premium Azure Cache for Redis](cache-how-to-premium-persistence.md).
245245

246246
> [!IMPORTANT]
247-
> Redis data persistence is only available for Premium caches.
247+
> Redis data persistence is for Premium caches, Enterprise caches (Preview), and Enterprise Flash caches (Preview).
248248
249249
### Identity
250250

articles/container-apps/java-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Use the following steps to view metrics visualizations for your container app.
113113

114114
:::image type="content" source="media/java-metrics/azure-container-apps-java-metrics-visualization.png" alt-text="Screenshot of Java metrics visualization." lightbox="media/java-metrics/azure-container-apps-java-metrics-visualization.png":::
115115

116-
You can see Java metric names on Azure Monitor, but the data sets report as empty unless you use the `--enable-java-metrics` parameter to enable Java metrics.
116+
You can see Java metric names on Azure Monitor, but the data sets show as empty unless the feature is enabled. Refer to the [Configuration](#configuration) section for how to enable it.
117117

118118
## Next steps
119119

articles/container-registry/container-registry-tasks-reference-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Task properties typically appear at the top of an `acr-task.yaml` file, and are
7676

7777
| Property | Type | Optional | Description | Override supported | Default value |
7878
| -------- | ---- | -------- | ----------- | ------------------ | ------------- |
79-
| `version` | string | Yes | The version of the `acr-task.yaml` file as parsed by the ACR Tasks service. While ACR Tasks strives to maintain backward compatibility, this value allows ACR Tasks to maintain compatibility within a defined version. If unspecified, defaults to the latest version. | No | None |
79+
| `version` | string | Yes | The version of the `acr-task.yaml` file as parsed by the ACR Tasks service. While ACR Tasks strives to maintain backward compatibility, this value allows ACR Tasks to maintain compatibility within a defined version. If unspecified, defaults to `v1.0.0`. | N/A | `v1.0.0` |
8080
| `stepTimeout` | int (seconds) | Yes | The maximum number of seconds a step can run. If the `stepTimeout` property is specified on a task, it sets the default `timeout` property of all the steps. If the `timeout` property is specified on a step, it overrides the `stepTimeout` property provided by the task.<br/><br/>The sum of the step timeout values for a task should equal the value of the task's run `timeout` property (for example, set by passing `--timeout` to the `az acr task create` command). If the tasks's run `timeout` value is smaller, it takes priority. | Yes | 600 (10 minutes) |
8181
| `workingDirectory` | string | Yes | The working directory of the container during runtime. If the property is specified on a task, it sets the default `workingDirectory` property of all the steps. If specified on a step, it overrides the property provided by the task. | Yes | `c:\workspace` in Windows or `/workspace` in Linux |
8282
| `env` | [string, string, ...] | Yes | Array of strings in `key=value` format that define the environment variables for the task. If the property is specified on a task, it sets the default `env` property of all the steps. If specified on a step, it overrides any environment variables inherited from the task. | Yes | None |

articles/spring-apps/enterprise/includes/quickstart-deploy-web-app/web-prepare-cloud-environment-consumption-azure-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Use the following steps to create all the Azure resources that the app depends o
3434
| **Subscription** | Your subscription name. | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription in which you'd like to be billed for the resource. |
3535
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
3636
| **Region** | The region closest to your users. | The region is used to create the resource group. |
37-
| **Postgre SQL Admin Password** | N/A | The password for the PostgreSQL Server administrator. |
38-
| **Postgre SQL User Password** | N/A | The password for the PostgreSQL application user, which is used in the application. |
37+
| **PostgreSQL Admin Password** | N/A | The password for the PostgreSQL Server administrator. |
38+
| **PostgreSQL User Password** | N/A | The password for the PostgreSQL application user, which is used in the application. |
3939

4040
:::image type="content" source="../../media/quickstart-deploy-web-app/custom-deployment.png" alt-text="Screenshot of the Azure portal that shows the custom deployment." lightbox="../../media/quickstart-deploy-web-app/custom-deployment.png":::
4141

0 commit comments

Comments
 (0)