Skip to content

Commit 1460b6d

Browse files
authored
Merge pull request #228216 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 cfa8c3c + b7971c0 commit 1460b6d

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

articles/api-management/api-management-howto-use-azure-monitor.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ To configure resource logs:
141141

142142
1. After configuring details for the log destination or destinations, select **Save**.
143143

144+
> [!NOTE]
145+
> Adding a diagnostic setting object might result in a failure if the [MinApiVersion property](/dotnet/api/microsoft.azure.management.apimanagement.models.apiversionconstraint.minapiversion) of your API Management service is set to any API version higher than 2019-12-01.
146+
144147
For more information, see [Create diagnostic settings to send platform logs and metrics to different destinations](../azure-monitor/essentials/diagnostic-settings.md).
145148

146149
## View diagnostic data in Azure Monitor

articles/cost-management-billing/cost-management-billing-faq.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ sections:
2121
- question: How do I pay my bill?
2222
answer: |
2323
See [Resolve past due balance for your Azure subscription](manage/resolve-past-due-balance.md).
24+
- question: How long does it take for my payment to be posted?
25+
answer: |
26+
See [Check or wire transfer payment processing time](manage/pay-by-invoice.md#check-or-wire-transfer-payment-processing-time).
2427
- question: How do I find my invoice?
2528
answer: |
2629
See [View and download your Microsoft Azure invoice](understand/download-azure-invoice.md).

articles/dms/known-issues-azure-sql-migration-azure-data-studio.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@ WHERE STEP in (3,4,6);
225225

226226
- **Recommendation**: Make sure the target database schema was created before starting the migration. For more information on how to deploy the target database schema, see [SQL Database Projects extension](/sql/azure-data-studio/extensions/sql-database-project-extension)
227227

228+
- **Message**: DatabaseSizeMoreThanMax: `The source database size <Source Database Size> exceeds the maximum allowed size of the target database <Target Database Size>. Check if the target database has enough space.`
229+
230+
- **Cause**: The target database doesn't have enough space.
231+
232+
- **Recommendation**: Make sure the target database schema was created before starting the migration. For more information on how to deploy the target database schema, see [SQL Database Projects extension](/sql/azure-data-studio/extensions/sql-database-project-extension).
228233

229234
- **Message**: NoTablesFound: `Some of the source tables don't exist in the target database. Missing tables: <TableList>`.
230235

@@ -269,4 +274,4 @@ Migrating to SQL Server on Azure VMs by using the Azure SQL extension for Azure
269274

270275
- For an overview and installation of the Azure SQL migration extension, see [Azure SQL migration extension for Azure Data Studio](/sql/azure-data-studio/extensions/azure-sql-migration-extension)
271276
- For more information on known limitations with Log Replay Service, see [Migrate databases from SQL Server to SQL Managed Instance by using Log Replay Service (Preview)](/azure/azure-sql/managed-instance/log-replay-service-migrate#limitations)
272-
- For more information on SQL Server on Virtual machine resource limits, see [Checklist: Best practices for SQL Server on Azure VMs](/azure/azure-sql/virtual-machines/windows/performance-guidelines-best-practices-checklist)
277+
- For more information on SQL Server on Virtual machine resource limits, see [Checklist: Best practices for SQL Server on Azure VMs](/azure/azure-sql/virtual-machines/windows/performance-guidelines-best-practices-checklist)

articles/external-attack-surface-management/deploying-the-defender-easm-azure-resource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Before you create a Defender EASM resource group, we recommend that you are fami
4949
- swedencentral
5050
- eastasia
5151
- japaneast
52+
- westeurope
5253

5354
![Screenshot of create resource group basics tab](media/QuickStart-3.png)
5455

articles/machine-learning/concept-responsible-ai-dashboard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ The following people can use the Responsible AI dashboard, and its corresponding
170170
- The dataset inputs to the Responsible AI dashboard must be pandas DataFrames in Parquet format. NumPy and SciPy sparse data is currently not supported.
171171
- The Responsible AI dashboard currently supports numeric or categorical features. For categorical features, the user has to explicitly specify the feature names.
172172
- The Responsible AI dashboard currently doesn't support datasets with more than 10K columns.
173+
- The Responsible AI dashboard currently doesn't support AutoML MLFlow model.
173174

174175

175176
## Next steps

0 commit comments

Comments
 (0)