Skip to content

Commit 0457e6f

Browse files
authored
Merge pull request #267421 from MicrosoftDocs/main
2/27/2024 AM Publish
2 parents 6ca9e0e + cc80f89 commit 0457e6f

File tree

309 files changed

+2275
-1074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

309 files changed

+2275
-1074
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Along with Azure OpenAI Studio, APIs and SDKs, you can also use the available st
3333

3434
## Web app customization
3535

36-
You can customize the app's frontend and backend logic. For example, you could change the icon that appears in the center of the app by updating `/frontend/src/assets/Contoso.svg` and then redeploying the app [using the Azure CLI](https://github.com/microsoft/sample-app-aoai-chatGPT#deploy-with-the-azure-cli). See the source code for the web app, and more information on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT).
36+
You can customize the app's frontend and backend logic. The app provides several [environment variables](https://github.com/microsoft/sample-app-aoai-chatGPT#common-customization-scenarios-eg-updating-the-default-chat-logo-and-headers) for common customization scenarios such as changing the icon in the app. See the source code for the web app, and more information on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT).
3737

3838
When customizing the app, we recommend:
3939

@@ -43,7 +43,7 @@ When customizing the app, we recommend:
4343

4444
- When you rotate API keys for your Azure OpenAI or Azure AI Search resource, be sure to update the app settings for each of your deployed apps to use the new keys.
4545

46-
Sample source code for Azure OpenAI On Your Data web app is available on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT). Source code is provided "as is" and as a sample only. Customers are responsible for all customization and implementation of their web apps using Azure OpenAI On Your Data.
46+
Sample source code for the web app is available on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT). Source code is provided "as is" and as a sample only. Customers are responsible for all customization and implementation of their web apps.
4747

4848
### Updating the web app
4949

articles/ai-services/openai/quotas-limits.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
ms.topic: conceptual
13-
ms.date: 02/06/2024
13+
ms.date: 02/27/2024
1414
ms.author: mbullwin
1515
---
1616

@@ -53,7 +53,7 @@ The default quota for models varies by model and region. Default quota limits ar
5353

5454
| Region | Text-Embedding-Ada-002 | text-embedding-3-small | text-embedding-3-large | GPT-35-Turbo | GPT-35-Turbo-1106 | GPT-35-Turbo-16K | GPT-35-Turbo-Instruct | GPT-4 | GPT-4-32K | GPT-4-Turbo | GPT-4-Turbo-V | Babbage-002 | Babbage-002 - finetune | Davinci-002 | Davinci-002 - finetune | GPT-35-Turbo - finetune | GPT-35-Turbo-1106 - finetune |
5555
|:-----------------|:-------------------------|:-------------------------|:-------------------------|:---------------|:--------------------|:-------------------|:------------------------|:--------|:------------|:--------------|:----------------|:--------------|:-------------------------|:--------------|:-------------------------|:--------------------------|:-------------------------------|
56-
| australiaeast | 350 K | - | - | 300 K | 120 K | 300 K | - | 40 K | 80 K | 80 K | - | - | - | - | - | - | - |
56+
| australiaeast | 350 K | - | - | 300 K | 120 K | 300 K | - | 40 K | 80 K | 80 K | 30 K | - | - | - | - | - | - |
5757
| brazilsouth | 350 K | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
5858
| canadaeast | 350 K | 350 K | 350 K | 300 K | 120 K | 300 K | - | 40 K | 80 K | 80 K | - | - | - | - | - | - | - |
5959
| eastus | 240 K | 350 K | 350 K | 240 K | - | 240 K | 240 K | - | - | 80 K | - | - | - | - | - | - | - |
@@ -71,7 +71,6 @@ The default quota for models varies by model and region. Default quota limits ar
7171
| westeurope | 240 K | - | - | 240 K | - | - | - | - | - | - | - | - | - | - | - | - | - |
7272
| westus | 350 K | - | - | - | 120 K | - | - | - | - | 80 K | 30 K | - | - | - | - | - | - |
7373

74-
7574
### General best practices to remain within rate limits
7675

7776
To minimize issues related to rate limits, it's a good idea to use the following techniques:

articles/aks/howto-deploy-java-wls-app.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,13 +475,14 @@ Use the following steps to build the image:
475475
This command should produce output similar to the following example:
476476
477477
```output
478-
/auxiliary/models/dbmodel.yaml
479-
/auxiliary/models/archive.zip
480478
/auxiliary/models/model.properties
479+
/auxiliary/models/dbmodel.yaml
481480
/auxiliary/models/model.yaml
482-
/auxiliary/weblogic-deploy/VERSION.txt
483-
/auxiliary/weblogic-deploy/LICENSE.txt
481+
/auxiliary/models/archive.zip
482+
/auxiliary/models/appmodel.yaml
484483
/auxiliary/Dockerfile
484+
/auxiliary/weblogic-deploy/LICENSE.txt
485+
/auxiliary/weblogic-deploy/VERSION.txt
485486
```
486487
487488
1. Use the following steps to push the auxiliary image to Azure Container Registry:

articles/app-service/manage-backup.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ There are two types of backups in App Service. Automatic backups made for your a
3636
| Linked database | Not backed up. | The following linked databases can be backed up: [SQL Database](/azure/azure-sql/database/), [Azure Database for MySQL](../mysql/index.yml), [Azure Database for PostgreSQL](../postgresql/index.yml), [MySQL in-app](https://azure.microsoft.com/blog/mysql-in-app-preview-app-service/). |
3737
| [Storage account](../storage/index.yml) required | No. | Yes. |
3838
| Backup frequency | Hourly, not configurable. | Configurable. |
39-
| Retention | 30 days, not configurable. <br>- Days 1-3: hourly backups retained.<br>- Days 4-14: every 3 hourly backup retained.<br>- Days 15-30: every 6 hourly backup retained. | 0-30 days or indefinite. |
39+
| Retention | 30 days, not configurable. <br>- Days 1-3: hourly backups retained.<br>- Days 4-14: every third hourly backup retained.<br>- Days 15-30: every sixth hourly backup retained. | 0-30 days or indefinite. |
4040
| Downloadable | No. | Yes, as Azure Storage blobs. |
4141
| Partial backups | Not supported. | Supported. |
42-
| Back up over VNet | Not supported. | Supported. |
42+
| Backups over VNet | Not supported. | Supported. |
4343

4444
<!-- - No file copy errors due to file locks. -->
4545

@@ -54,7 +54,7 @@ There are two types of backups in App Service. Automatic backups made for your a
5454

5555
:::image type="content" source="./media/manage-backup/open-backups-page.png" alt-text="Screenshot that shows how to open the backups page.":::
5656

57-
1. Select the automatic backup or custom backup to restore by clicking its **Restore** link.
57+
1. Select the automatic backup or custom backup to restore by selecting its **Restore** link.
5858

5959
:::image type="content" source="./media/manage-backup/click-restore-link.png" alt-text="Screenshot that shows how to select the restore link.":::
6060

@@ -66,7 +66,7 @@ There are two types of backups in App Service. Automatic backups made for your a
6666

6767
1. You can choose to restore your site configuration under **Advanced options**.
6868

69-
1. Click **Restore**.
69+
1. Select **Restore**.
7070

7171
# [Azure CLI](#tab/cli)
7272

@@ -137,7 +137,7 @@ There are two types of backups in App Service. Automatic backups made for your a
137137
>
138138
>
139139
140-
1. Click **Configure**.
140+
1. Select **Configure**.
141141
142142
Once the storage account and container is configured, you can initiate an on-demand backup at any time. On-demand backups are retained indefinitely.
143143
@@ -170,21 +170,21 @@ To restore a database that's included in a custom backup:
170170
171171
For troubleshooting information, see [Why is my linked database not backed up](#why-is-my-linked-database-not-backed-up).
172172
173-
## Back up and restore over Azure Virtual Network (preview)
173+
## Back up and restore over Azure Virtual Network
174174
175175
With [custom backups](#create-a-custom-backup), you can back up your app's files and configuration data to a firewall-protected storage account if the following requirements are fulfilled:
176176
177177
- The app is [integrated with a virtual network](overview-vnet-integration.md), or the app is in a v3 [App Service environment](environment/app-service-app-service-environment-intro.md).
178-
- The storage account has [granted access from the virtual network](../storage/common/storage-network-security.md#grant-access-from-a-virtual-network) that the app is integrated with, or that the v3 App Service environment is created with.
178+
- The storage account [allows access from the virtual network](../storage/common/storage-network-security.md#grant-access-from-a-virtual-network) that the app is integrated with, or that the v3 App Service environment is created with.
179179
180180
To back up and restore over Azure Virtual Network:
181181
182182
1. When configuring [custom backups](#create-a-custom-backup), select **Backup/restore over virtual network integration**.
183183
1. Save your settings by selecting **Configure**.
184184
185-
If you don't see the checkbox, or if the checkbox is disabled, verify that you have fulfilled the aforementioned requirements.
185+
If you don't see the checkbox, or if the checkbox is disabled, verify that your resources fulfill the requirements.
186186
187-
Once the configuration is saved, any manual, scheduled backup, or restore is made through the virtual network. If you make changes to the app, the virtual network, or the storage account that prevent the app from accessing the storage account through the virtual network, the backup or restore operations will fail.
187+
Once the configuration is saved, any manual, scheduled backup, or restore is made through the virtual network. If you make changes to the app, the virtual network, or the storage account that prevent the app from accessing the storage account through the virtual network, the backup or restore operations fail.
188188
189189
<a name="partialbackups"></a>
190190
@@ -225,7 +225,7 @@ Run backups the same way you would normally do it, [custom on-demand](#create-a-
225225
226226
## How backups are stored
227227
228-
After you have made one or more backups for your app, the backups are visible on the **Containers** page of your storage account, and your app. In the storage account, each backup consists of a`.zip` file that contains the backup data and an `.xml` file that contains a manifest of the `.zip` file contents. You can unzip and browse these files if you want to access your backups without actually performing an app restore.
228+
After you make one or more backups for your app, the backups are visible on the **Containers** page of your storage account, and your app. In the storage account, each backup consists of a`.zip` file that contains the backup data and an `.xml` file that contains a manifest of the `.zip` file contents. You can unzip and browse these files if you want to access your backups without actually performing an app restore.
229229
230230
The database backup for the app is stored in the root of the .zip file. For SQL Database, this is a BACPAC file (no file extension) and can be imported. To create a database in Azure SQL Database based on the BACPAC export, see [Import a BACPAC file to create a database in Azure SQL Database](/azure/azure-sql/database/database-import).
231231
@@ -248,7 +248,7 @@ The **Backups** page shows you the status of each backup. To get log details reg
248248
| A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server). | Check that the connection string is valid. Allow the app's [outbound IPs](overview-inbound-outbound-ips.md) in the database server settings. |
249249
| Cannot open server "\<name>" requested by the login. The login failed. | Check that the connection string is valid. |
250250
| Missing mandatory parameters for valid Shared Access Signature. | Delete the backup schedule and reconfigure it. |
251-
| SSL connection is required. Please specify SSL options and retry when trying to connect. | SSL connectivity to Azure Database for MySQL and Azure Database for PostgreSQL isn't supported for database backups. Use the native backup feature in the respective database instead. |
251+
| SSL connection is required. Specify SSL options and retry when trying to connect. | SSL connectivity to Azure Database for MySQL and Azure Database for PostgreSQL isn't supported for database backups. Use the native backup feature in the respective database instead. |
252252
253253
## Automate with scripts
254254
@@ -318,23 +318,23 @@ The following table shows which app configuration is restored when you choose to
318318
319319
A custom backup (on-demand backup or scheduled backup) includes all content and configuration that's included in an [automatic backup](#whats-included-in-an-automatic-backup), plus any linked database, up to the allowable maximum size.
320320
321-
When [backing up over an Azure Virtual Network](#back-up-and-restore-over-azure-virtual-network-preview), you can't [back up the linked database](#back-up-and-restore-a-linked-database).
321+
When [backing up over an Azure Virtual Network](#back-up-and-restore-over-azure-virtual-network), you can't [back up the linked database](#back-up-and-restore-a-linked-database).
322322
323323
#### Why is my linked database not backed up?
324324
325325
Linked databases are backed up only for custom backups, up to the allowable maximum size. If the maximum backup size (10 GB) or the maximum database size (4 GB) is exceeded, your backup fails. Here are a few common reasons why your linked database isn't backed up:
326326
327-
* Backups of [TLS enabled Azure Database for MySQL](../mysql/concepts-ssl-connection-security.md) isn't supported. If a backup is configured, you'll encounter backup failures.
328-
* Backups of [TLS enabled Azure Database for PostgreSQL](../postgresql/concepts-ssl-connection-security.md) isn't supported. If a backup is configured, you'll encounter backup failures.
329-
* In-app MySQL databases are automatically backed up without any configuration. If you make manual settings for in-app MySQL databases, such as adding connection strings, the backups may not work correctly.
327+
* Backups of [TLS enabled Azure Database for MySQL](../mysql/concepts-ssl-connection-security.md) isn't supported. If a backup is configured, you get backup failures.
328+
* Backups of [TLS enabled Azure Database for PostgreSQL](../postgresql/concepts-ssl-connection-security.md) isn't supported. If a backup is configured, you get backup failures.
329+
* In-app MySQL databases are automatically backed up without any configuration. If you make manual settings for in-app MySQL databases, such as adding connection strings, the backups might not work correctly.
330330
331331
#### What happens if the backup size exceeds the allowable maximum?
332332
333333
Automatic backups can't be restored if the backup size exceeds the maximum size. Similarly, custom backups fail if the maximum backup size or the maximum database size is exceeded. To reduce your storage size, consider moving files like logs, images, audio, and videos to Azure Storage, for example.
334334
335335
#### Can I use a storage account that has security features enabled?
336336
337-
You can back up to a firewall-protected storage account if it's part of the same virtual network topology as your app. See [Back up and restore over Azure Virtual Network (preview)](#back-up-and-restore-over-azure-virtual-network-preview).
337+
You can back up to a firewall-protected storage account if it's part of the same virtual network topology as your app. See [Back up and restore over Azure Virtual Network](#back-up-and-restore-over-azure-virtual-network).
338338
339339
#### How do I restore to an app in a different subscription?
340340
@@ -353,11 +353,11 @@ The steps are the same as in [How do I restore to an app in a different subscrip
353353
354354
#### Where are the automatic backups stored?
355355
356-
Automatic backups are simple and stored in the same datacenter as the App Service and should not be relied upon as your disaster recovery plan.
356+
Automatic backups are simple and stored in the same datacenter as the App Service and shouldn't be relied upon as your disaster recovery plan.
357357
358358
#### How do I stop the automatic backup?
359359
360-
You cannot stop automatic backup. The automatic backup is stored on the platform and has no effect on the underlying app instance or its storage.
360+
You can't stop automatic backups. The automatic backup is stored on the platform and has no effect on the underlying app instance or its storage.
361361
362362
363363
<a name="nextsteps"></a>

articles/application-gateway/application-gateway-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,5 +607,5 @@ sections:
607607

608608
additionalContent: |
609609
## Next steps
610-
* To learn more about Application Gateway, see [What is Azure Application Gateway?](overview.md).
610+
* To learn more about Application Gateway, see [What is Azure Application Gateway](overview.md).
611611
* To learn about TLS termination and end-to-end TLS with Application Gateway, see [Enable end-to-end TLS on Azure Application Gateway](ssl-overview.md).

0 commit comments

Comments
 (0)