Skip to content

Commit cc02d3d

Browse files
authored
Merge pull request #280174 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents e711e11 + edda4d5 commit cc02d3d

23 files changed

+135
-56
lines changed

articles/ai-studio/reference/reference-model-inference-api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Models deployed to [serverless API endpoints](../how-to/deploy-models-serverless
4747
> * [Meta Llama 3 instruct](../how-to/deploy-models-llama.md) family of models
4848
> * [Mistral-Small](../how-to/deploy-models-mistral.md)
4949
> * [Mistral-Large](../how-to/deploy-models-mistral.md)
50+
> * [Jais](../how-to/deploy-jais-models.md) family of models
51+
> * [Jamba](../how-to/deploy-models-jamba.md) family of models
5052
> * [Phi-3](../how-to/deploy-models-phi-3.md) family of models
5153
5254
Models deployed to [managed inference](../concepts/deployments-overview.md):
@@ -58,6 +60,9 @@ Models deployed to [managed inference](../concepts/deployments-overview.md):
5860
5961
The API is compatible with Azure OpenAI model deployments.
6062

63+
> [!NOTE]
64+
> The Azure AI model inference API is available in managed inference (Managed Online Endpoints) for __models deployed after June 24th, 2024__. To take advance of the API, redeploy your endpoint if the model has been deployed before such date.
65+
6166
## Capabilities
6267

6368
The following section describes some of the capabilities the API exposes. For a full specification of the API, view the [reference section](reference-model-inference-info.md).

articles/aks/azure-blob-csi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Azure Blob storage CSI driver supports the following features:
3434

3535
## Before you begin
3636

37-
- You need the Azure CLI version 2.42 or later installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
37+
- Make sure that you have the Azure CLI version 2.42 or later installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli]. If you have installed the Azure CLI `aks-preview` extension, make sure that you update the extension to the latest version by calling `az extension update --name aks-preview`.
3838

3939
- Perform the steps in this [link][csi-blob-storage-open-source-driver-uninstall-steps] if you previously installed the [CSI Blob Storage open-source driver][csi-blob-storage-open-source-driver] to access Azure Blob storage from your cluster.
4040
> [!NOTE]

articles/azure-functions/functions-dotnet-class-library.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ The following is an example of a minimal `local.settings.json` file with these c
8383
}
8484
```
8585

86-
You might need to make other changes to your app based on the version support of its dependencies.
86+
If your app uses [`Microsoft.Azure.DurableTask.Netherite.AzureFunctions`](https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Netherite.AzureFunctions), ensure it targets version 1.5.3 or later. Due to a behavior change in .NET 8, apps with older versions of the package will throw an ambiguous constructor exception.
87+
88+
You might need to make other changes to your app based on the version support of its other dependencies.
8789

8890
## Functions class library project
8991

articles/azure-monitor/logs/basic-logs-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ All custom tables created with or migrated to the [data collection rule (DCR)-ba
212212
| Kubernetes services | [AKSAudit](/azure/azure-monitor/reference/tables/AKSAudit)<br>[AKSAuditAdmin](/azure/azure-monitor/reference/tables/AKSAuditAdmin)<br>[AKSControlPlane](/azure/azure-monitor/reference/tables/AKSControlPlane) |
213213
| Log Analytics | [LASummaryLogs](/azure/azure-monitor/reference/tables/LASummaryLogs) |
214214
| Managed Lustre | [AFSAuditLogs](/azure/azure-monitor/reference/tables/AFSAuditLogs) |
215-
| Managed NGINX | [NGXOperationLogs](/azure/azure-monitor/reference/tables/ngxoperationlogs) |
215+
| Managed NGINX | [NGXOperationLogs](/azure/azure-monitor/reference/tables/ngxoperationlogs) <br>[NGXSecurityLogs](/azure/azure-monitor/reference/tables/ngxsecuritylogs)|
216216
| Media Services | [AMSLiveEventOperations](/azure/azure-monitor/reference/tables/AMSLiveEventOperations)<br>[AMSKeyDeliveryRequests](/azure/azure-monitor/reference/tables/AMSKeyDeliveryRequests)<br>[AMSMediaAccountHealth](/azure/azure-monitor/reference/tables/AMSMediaAccountHealth)<br>[AMSStreamingEndpointRequests](/azure/azure-monitor/reference/tables/AMSStreamingEndpointRequests) |
217217
| Microsoft Graph | [MicrosoftGraphActivityLogs](/azure/azure-monitor/reference/tables/microsoftgraphactivitylogs) |
218218
| Monitor | [AzureMetricsV2](/azure/azure-monitor/reference/tables/AzureMetricsV2) |

articles/azure-monitor/logs/summary-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ Instead of logging hundreds of similar entries within an hour, the destination t
9898

9999
## Pricing model
100100

101-
Summary rules don't have a direct cost, and you only pay for the query on the source table(s) and the ingestion to the destination table:
101+
There is no direct cost for Summary rules, and you only pay for the query on the source table and the results ingestion to the destination table:
102102

103-
| Source table plan | Query cost | Query results ingestion cost |
103+
| Source table plan | Query cost | Summary results ingestion cost |
104104
| --- | --- | --- |
105105
| Analytics | No cost | Analytics ingested GB |
106106
| Basic | Scanned GB | Analytics ingested GB |

articles/cloud-shell/pricing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Cloud Shell requires a Microsoft Azure Files share.
1717

1818
## Storage cost
1919

20-
Cloud Shell requires a new or existing Azure Files share to be mounted to persist files across
21-
sessions. Storage incurs regular costs. For pricing information, see [Azure Files Pricing][01].
20+
If you would like to persist files across sessions, Cloud Shell requires a new or existing Azure
21+
Files share to be mounted. Storage incurs regular costs. For pricing information, see
22+
[Azure Files Pricing][01].
2223

2324
## Network costs
2425

articles/mysql/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: Azure Database for MySQL - Flexible Server documentation
1+
- name: Azure Database for MySQL
22
href: index.yml
33
- name: Overview
44
expanded: true

articles/mysql/index.yml

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:Landing
2-
title: Azure Database for MySQL - Flexible Server documentation
3-
summary: "Azure Database for MySQL - Flexible Server is a relational database service powered by the MySQL community edition. You can use Azure Database for MySQL - Flexible Server to host a MySQL database in Azure. It's a fully managed database as a service offering that can handle mission-critical workloads with predictable performance and dynamic scalability."
2+
title: Azure Database for MySQL
3+
summary: "Azure Database for MySQL is a relational database service powered by the MySQL community edition. You can use Azure Database for MySQL - Flexible Server to host a MySQL database in Azure. It's a fully managed database as a service offering that can handle mission-critical workloads with predictable performance and dynamic scalability."
44
metadata:
55
description: "Azure Database for MySQL - Flexible Server is a relational database service in the Microsoft cloud that is built for developers and powered by the MySQL community edition. You can use Azure Database for MySQL - Flexible Server to deploy your MySQL database in Azure."
66
ms.service: mysql
@@ -144,32 +144,6 @@ landingContent:
144144
url: ../app-service/quickstart-wordpress.md
145145

146146
# Card 7
147-
- title: Azure Database for MySQL - Single Server
148-
linkLists:
149-
- linkListType: overview
150-
links:
151-
- text: What is Azure Database for MySQL - Single Server?
152-
url: single-server/single-server-overview.md
153-
- text: What's new in Azure Database for MySQL - Single Server?
154-
url: single-server/single-server-whats-new.md
155-
- linkListType: whats-new
156-
links:
157-
- text: What's new in Azure Database for MySQL - Single Server?
158-
url: single-server/single-server-whats-new.md
159-
- linkListType: concept
160-
links:
161-
- text: Server concepts
162-
url: single-server/concepts-servers.md
163-
- text: Understand pricing tiers
164-
url: single-server/concepts-pricing-tiers.md
165-
- text: Limitations
166-
url: flexible-server/concepts-limitations.md
167-
- linkListType: quickstart
168-
links:
169-
- text: Create a server using Azure CLI
170-
url: single-server/quickstart-create-mysql-server-database-using-azure-cli.md
171-
172-
# Card 8
173147
- title: Troubleshoot
174148
linkLists:
175149
- linkListType: how-to-guide
@@ -195,7 +169,7 @@ landingContent:
195169
- text: Troubleshooting best practices
196170
url: single-server/concepts-troubleshooting-best-practices.md
197171

198-
# Card 9
172+
# Card 8
199173
- title: Reference
200174
linkLists:
201175
- linkListType: download

articles/mysql/migrate/whats-happening-to-mysql-single-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ms.custom:
1616

1717
[!INCLUDE [applies-to-mysql-single-server](../includes/applies-to-mysql-single-server.md)]
1818

19-
**Azure Database for MySQL - Single Server is on the retirement path** and is scheduled for retirement by **September 16, 2024**.
19+
> [!IMPORTANT]
20+
> **Azure Database for MySQL - Single Server is on the retirement path** and is scheduled for retirement by **September 16, 2024**.
2021
2122
As part of this retirement, we'll no longer support creating new Single Server instances from the Azure portal beginning **January 16, 2023** and Azure CLI beginning **March 19, 2024**. If you still need to create Single Server instances to meet business continuity needs, raise an Azure support ticket. You'll still be able to create read replicas and perform restores (PITR and geo-restore) for your existing single server instance and this will continue to be supported until the sunset date of **September 16, 2024**.
2223

articles/mysql/select-right-deployment-type.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ When making your decision, consider the following two options:
2424

2525
- [Flexible Server](flexible-server/overview.md) is a fully managed production-ready database service designed for more granular control and flexibility over database management functions and configuration settings. The flexible server architecture allows users to opt for high availability within a single availability zone and across multiple availability zones. Flexible servers provide better cost optimization controls with the ability to stop/start the server and burstable compute tier, ideal for workloads that don't need full compute capacity continuously. Flexible Server also supports reserved instances allowing you to save up to 63% cost, which is ideal for production workloads with predictable compute capacity requirements. The service supports the community version of MySQL 5.7 and 8.0. The service is generally available today in various [Azure regions](flexible-server/overview.md#azure-regions). Flexible servers are best suited for all new developments and migration of production workloads to Azure Database for MySQL service.
2626

27-
- [Single Server](single-server/single-server-overview.md) is a fully managed database service designed for minimal customization. The single server platform is designed to handle most database management functions such as patching, backups, high availability, and security with minimal user configuration and control. The architecture is optimized for built-in high availability with 99.99% availability in a single availability zone. It supports the community version of MySQL 5.6 (retired), 5.7, and 8.0. The service is generally available today in various [Azure regions](https://azure.microsoft.com/global-infrastructure/services/). Single servers are best-suited **only for existing applications already leveraging single servers**. It's recommended to choose Flexible Server for all new developments or migrations.
28-
2927
- **MySQL on Azure VMs**. This option falls into the industry category of IaaS. With this service, you can run MySQL Server inside a managed virtual machine on the Azure cloud platform. You can install all recent versions and editions of MySQL on a virtual machine.
3028

3129
## Compare the MySQL deployment options in Azure

0 commit comments

Comments
 (0)