Skip to content

Commit 2d03b69

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into us297322-content-curation
2 parents 9ae54dd + a127f7f commit 2d03b69

File tree

10 files changed

+454
-133
lines changed

10 files changed

+454
-133
lines changed

articles/ai-services/openai/how-to/use-web-app.md

Lines changed: 350 additions & 22 deletions
Large diffs are not rendered by default.

articles/ai-services/openai/includes/use-your-data-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ The available health plans in the Contoso Electronics plan and benefit packages
8080
8181
## Chat with your model using a web app
8282

83-
To start chatting with the Azure OpenAI model that uses your data, you can deploy a web app using [Azure OpenAI studio](../concepts/use-your-data.md#deploy-to-a-copilot-preview-teams-app-preview-or-web-app) or example code we [provide on GitHub](https://go.microsoft.com/fwlink/?linkid=2244395). This app deploys using Azure app service, and provides a user interface for sending queries. This app can be used Azure OpenAI models that use your data, or models that don't use your data. See the readme file in the repo for instructions on requirements, setup, and deployment. You can optionally customize the [frontend and backend logic](../how-to/use-web-app.md#web-app-customization) of the web app by making changes to the source code.
83+
To start chatting with the Azure OpenAI model that uses your data, you can deploy a web app using [Azure OpenAI studio](../concepts/use-your-data.md#deploy-to-a-copilot-preview-teams-app-preview-or-web-app) or example code we [provide on GitHub](https://go.microsoft.com/fwlink/?linkid=2244395). This app deploys using Azure app service, and provides a user interface for sending queries. This app can be used with Azure OpenAI models that use your data, or models that don't use your data. See the readme file in the repo for instructions on requirements, setup, and deployment. You can optionally customize the [frontend and backend logic](../how-to/use-web-app.md#customizing-the-application-using-environment-variables) of the web app by making changes to the source code.

articles/ai-services/openai/includes/use-your-data-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ curl -i -X POST $AZURE_OPENAI_ENDPOINT/openai/deployments/$AZURE_OPENAI_DEPLOYME
9090
9191
## Chat with your model using a web app
9292

93-
To start chatting with the Azure OpenAI model that uses your data, you can deploy a web app using [Azure OpenAI studio](../concepts/use-your-data.md#deploy-to-a-copilot-preview-teams-app-preview-or-web-app) or example code we [provide on GitHub](https://go.microsoft.com/fwlink/?linkid=2244395). This app deploys using Azure app service, and provides a user interface for sending queries. This app can be used Azure OpenAI models that use your data, or models that don't use your data. See the readme file in the repo for instructions on requirements, setup, and deployment. You can optionally customize the [frontend and backend logic](../how-to/use-web-app.md#web-app-customization) of the web app by making changes to the source code.
93+
To start chatting with the Azure OpenAI model that uses your data, you can deploy a web app using [Azure OpenAI studio](../concepts/use-your-data.md#deploy-to-a-copilot-preview-teams-app-preview-or-web-app) or example code we [provide on GitHub](https://go.microsoft.com/fwlink/?linkid=2244395). This app deploys using Azure app service, and provides a user interface for sending queries. This app can be used with Azure OpenAI models that use your data, or models that don't use your data. See the readme file in the repo for instructions on requirements, setup, and deployment. You can optionally customize the [frontend and backend logic](../how-to/use-web-app.md#customizing-the-application-using-environment-variables) of the web app by making changes to the source code.

articles/ai-services/openai/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Azure OpenAI Service now supports speech to text APIs powered by OpenAI's Whispe
509509
- Ability to [filter access to sensitive documents](./concepts/use-your-data.md#document-level-access-control).
510510
- [Automatically refresh your index on a schedule](./concepts/use-your-data.md#schedule-automatic-index-refreshes).
511511
- [Vector search and semantic search options](./concepts/use-your-data.md#search-types).
512-
- [View your chat history in the deployed web app](./how-to/use-web-app.md#chat-history)
512+
- [View your chat history in the deployed web app](./how-to/use-web-app.md#enabling-chat-history-using-cosmos-db)
513513

514514
## July 2023
515515

articles/azure-netapp-files/azure-netapp-files-troubleshoot-resource-provider-errors.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: troubleshooting
8-
ms.date: 02/09/2022
8+
ms.date: 08/15/2024
99
ms.author: anfdocs
1010
---
1111
# Troubleshoot Azure NetApp Files Resource Provider errors
@@ -91,7 +91,7 @@ This error occurs when the export policy isn't defined with a unique index. When
9191
* Cause:
9292
The defined export policy doesn't meet the requirement for export policy rules. You must have one export policy rule at the minimum and five export policy rules at the maximum.
9393
* Solution:
94-
Make sure that the index isn't already used and that it is in the range from 1 to 5.
94+
Make sure that the index isn't already used and that it's in the range from 1 to 5.
9595
* Workaround:
9696
Use a different index for the rule that you're trying to set.
9797

@@ -113,7 +113,7 @@ This error occurs when the file path contains unsupported characters, for exampl
113113
* Cause:
114114
The file path contains unsupported characters, for example, a period ("."), comma (","), underscore ("_"), or dollar sign ("$").
115115
* Solution:
116-
Remove characters that are not alphabetical letters, numbers, or hyphens ("-") from the file path you entered.
116+
Remove all characters other than alphabetical letters, numbers, or hyphens ("-") from the file path you entered.
117117
* Workaround:
118118
You can replace an underscore with a hyphen or use capitalization instead of spaces to indicate the beginning of new words. For example, use "NewVolume" instead of "new volume".
119119

@@ -261,7 +261,7 @@ Wait a few minutes and check if the problem persists.
261261

262262
***Not allowed to mix protocol types CIFS and NFS***
263263

264-
This error occurs when you're trying to create a Volume and there are both the CIFS (SMB) and NFS protocol types in the volume properties.
264+
This error occurs when you're trying to create a volume that has both the CIFS (SMB) and NFS protocol types in the volume properties.
265265

266266
* Cause:
267267
Both the CIFS (SMB) and NFS protocol types are used in the volume properties.
@@ -299,7 +299,7 @@ This error indicates that the operation isn't available for the active subscript
299299
* Cause:
300300
The operation isn't available for the subscription or resource.
301301
* Solution:
302-
Make sure that the operation is entered correctly and that it is available for the resource and subscription that you're using.
302+
Make sure that the operation is entered correctly. The operation should be available for the resource and subscription that you're using.
303303

304304
***OwnerId cannot be changed***
305305

@@ -317,14 +317,14 @@ This error occurs when you try to create a volume and the capacity pool in which
317317
* Cause:
318318
The capacity pool where the volume is being created isn't found.
319319
* Solution:
320-
Most likely the pool was not fully created or was already deleted at the time of the volume creation.
320+
Most likely the pool wasn't fully created or was already deleted at the time of the volume creation.
321321

322322
***Patch operation is not supported for this resource type.***
323323

324324
This error occurs when you try to change the mount target or snapshot.
325325

326326
* Cause:
327-
The mount target is defined when it is created, and it can't be changed subsequently.
327+
The mount target is defined when it's created, and it can't be changed subsequently.
328328
The snapshots don’t contain any properties that can be changed.
329329
* Solution:
330330
None. Those resources don't have any properties that can be changed.
@@ -407,7 +407,7 @@ This error occurs when you try to reference a nonexistent resource, for example,
407407
* Cause:
408408
You're trying to reference a nonexistent resource (for example, a volume or snapshot) that has already been deleted or has a misspelled resource name.
409409
* Solution:
410-
Check the request for spelling errors to make sure that it is correctly referenced.
410+
Check the request for spelling errors to make sure that it's correctly referenced.
411411
* Workaround:
412412
See the Solution section above.
413413

@@ -495,7 +495,7 @@ This error occurs when nonexistent properties are provided for a resource such a
495495
* Cause:
496496
The request has a set of properties that can be used with each resource. You can't include any nonexistent properties in the request.
497497
* Solution:
498-
Make sure that all property names are spelled correctly and that the properties are available for the subscription and resource.
498+
Make sure all property names are spelled correctly. Make sure the properties are available for the subscription and resource.
499499
* Workaround:
500500
Reduce the number of properties defined in the request to eliminate the property that is causing the error.
501501

@@ -534,7 +534,7 @@ See the solution above.
534534

535535
***Volume is being deleted and cannot be deleted at the moment.***
536536

537-
This error occurs when you try to delete a volume when it is already being deleted.
537+
This error occurs when you try to delete a volume when it's already being deleted.
538538

539539
* Cause:
540540
A volume is already being deleted when you try to delete the volume.
@@ -635,7 +635,7 @@ This error occurs when you try to create an SMB volume, but a DNS server (specif
635635
* Cause:
636636
You're trying to create an SMB volume, but a DNS server (specified in your Active Directory configuration) is unreachable.
637637
* Solution:
638-
Review your Active Directory configuration and make sure that the DNS server IP addresses are correct and reachable.
638+
Review your Active Directory configuration. Make sure that the DNS server IP addresses are correct and reachable.
639639
If there’s no issues with the DNS server IP addresses, then verify that no firewalls are blocking the access.
640640

641641
***Too many concurrent jobs***

articles/openshift/howto-multiple-ips.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure multiple IP addresses for ARO cluster load balancers (Preview)
2+
title: Configure multiple IP addresses for ARO cluster load balancers
33
description: Discover how to configure multiple IP addresses for ARO cluster load balancers.
44
author: johnmarco
55
ms.author: johnmarc
@@ -8,12 +8,20 @@ ms.topic: how-to
88
ms.date: 03/05/2024
99
#Customer intent: As an ARO SRE, I need to configure multiple outbound IP addresses per ARO cluster load balancers
1010
---
11-
# Configure multiple IP addresses per ARO cluster load balancer (Preview)
11+
# Configure multiple IP addresses per ARO cluster load balancer
1212

13-
ARO public clusters are created with a public load balancer that's used for outbound connectivity from inside the cluster. By default, one public IP address is configured on that public load balancer, and that limits the maximum node count of your cluster to 62. To be able to scale your cluster to the maximum supported number of nodes, you need to assign multiple additional public IP addresses to the load balancer.
13+
ARO public clusters are created with a public load balancer that's used for outbound connectivity from inside the cluster. By default, one public IP address is configured on that public load balancer, and that limits the maximum node count of your cluster to 65. To be able to scale your cluster to the maximum supported number of 250 nodes, you need to assign multiple additional public IP addresses to the load balancer.
1414

1515
You can configure up to 20 IP addresses per cluster. The outbound rules and frontend IP configurations are adjusted to accommodate the number of IP addresses.
1616

17+
> [!CAUTION]
18+
> Before deleting a large cluster, descale the cluster to 120 nodes or below.
19+
>
20+
21+
> [!NOTE]
22+
> The [API](/rest/api/openshift/open-shift-clusters/update?view=rest-openshift-2023-11-22&tabs=HTTP) method for using this feature is generally available. General availability for using the CLI for this feature is coming soon. The [preview version](#download-aro-extension-wheel-file-preview-only) of this feature can still be used through the CLI.
23+
>
24+
1725
## Requirements
1826

1927
The multiple public IPs feature is only available on the current network architecture used by ARO; older clusters don't support this feature. If your cluster was created before OpenShift Container Platform (OCP) version 4.5, this feature isn't available even if you upgraded your OCP version since then.

articles/openshift/openshift-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
ms.author: johnmarc
77
ms.service: azure-redhat-openshift
88
ms.topic: faq
9-
ms.date: 06/04/2023
9+
ms.date: 08/08/2024
1010
title: Azure Red Hat OpenShift FAQ
1111
summary: This article answers frequently asked questions (FAQs) about Microsoft Azure Red Hat OpenShift.
1212

@@ -31,7 +31,7 @@ sections:
3131
answer: |
3232
The actual number of supported pods depends on an application’s memory, CPU, and storage requirements.
3333
34-
Azure Red Hat OpenShift 4.x has a 250 pod-per-node limit and a 60 compute node limit. These limits cap the maximum number of pods supported in a cluster to 250×60 = 15,000. For a private cluster without any public IPs (for example, created by using [User Defined Routing (UDR)](howto-create-private-cluster-4x.md#create-a-private-cluster-without-a-public-ip-address) and running version 4.11 or higher), the limits are 120 compute nodes and 30,000 pods.
34+
Azure Red Hat OpenShift 4.x has a 250 pod-per-node limit and a 250 compute node limit. These limits cap the maximum number of pods supported in a cluster to 250×250 = 62,500. These limits are the same for clusters created using [User Defined Routing (UDR)](howto-create-private-cluster-4x.md#create-a-private-cluster-without-a-public-ip-address) and running version 4.11 or higher.
3535
3636
- question: Can a cluster have compute nodes across multiple Azure regions?
3737
answer: No. All nodes in an Azure Red Hat OpenShift cluster must originate in the same Azure region.

articles/openshift/support-policies-v4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Certain configurations for Azure Red Hat OpenShift 4 clusters can affect your cl
2222

2323
* The cluster must have a minimum of three worker nodes and three master nodes.
2424
* Don't scale the cluster workers to zero, or attempt a cluster shutdown. Deallocating or powering down any virtual machine in the cluster resource group isn't supported.
25+
* Don't create more than 250 worker nodes on a cluster. 250 is the maximum number of nodes that can be created on a cluster. See [Configure multiple IP addresses per ARO cluster load balancer](howto-multiple-ips.md) for more information.
2526
* If you're making use of infrastructure nodes, don't run any undesignated workloads on them as this can affect the Service Level Agreement and cluster stability. Also, it's recommended to have three infrastructure nodes; one in each availability zone. See [Deploy infrastructure nodes in an Azure Red Hat OpenShift (ARO) cluster](howto-infrastructure-nodes.md) for more information.
2627
* Non-RHCOS compute nodes aren't supported. For example, you can't use an RHEL compute node.
2728
* Don't attempt to remove, replace, add, or modify a master node. That's a high risk operation that can cause issues with etcd, permanent network loss, and loss of access and manageability by ARO SRE. If you feel that a master node should be replaced or removed, contact support before making any changes.

0 commit comments

Comments
 (0)