Skip to content

Commit 70532c4

Browse files
authored
Merge pull request #234198 from MicrosoftDocs/main
[RELEASE PUBLISH] Release azure health insights for Public Preview
2 parents 80e2d9d + 32dac1c commit 70532c4

File tree

140 files changed

+5686
-771
lines changed

Some content is hidden

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

140 files changed

+5686
-771
lines changed

articles/active-directory/authentication/howto-mfa-app-passwords.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ By default, users can't create app passwords. The app passwords feature must be
9999

100100
When users complete their initial registration for Azure AD Multi-Factor Authentication, there's an option to create app passwords at the end of the registration process.
101101

102-
Users can also create app passwords after registration. For more information and detailed steps for your users, see the following resources:
103-
* [What are app passwords in Azure AD Multi-Factor Authentication?](https://support.microsoft.com/account-billing/manage-app-passwords-for-two-step-verification-d6dc8c6d-4bf7-4851-ad95-6d07799387e9)
102+
Users can also create app passwords after registration. For more information and detailed steps for your users, see the following resource:
104103
* [Create app passwords from the Security info page](https://support.microsoft.com/account-billing/create-app-passwords-from-the-security-info-preview-page-d8bc744a-ce3f-4d4d-89c9-eb38ab9d4137)
105104

106105
## Next steps

articles/active-directory/saas-apps/better-stack-provisioning-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The scenario outlined in this tutorial assumes that you already have the followi
4141
1. Determine what data to [map between Azure AD and Better Stack](../app-provisioning/customize-application-attributes.md).
4242

4343
## Step 2. Configure Better Stack to support provisioning with Azure AD
44-
Contact Better Stack support to configure Better Stack to support provisioning with Azure AD.
44+
You can configure the Azure AD provisioning in the Single Sign-on settings inside the Better Stack dashboard. Once enabled, you'll see the **Tenant ID** and the **Secret token** you can use in the Provisioning settings below. If you need any help, feel free to contact [Better Stack Support](mailto:[email protected]).
4545

4646
## Step 3. Add Better Stack from the Azure AD application gallery
4747

articles/aks/use-multiple-node-pools.md

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use multiple node pools in Azure Kubernetes Service (AKS)
33
description: Learn how to create and manage multiple node pools for a cluster in Azure Kubernetes Service (AKS)
44
ms.topic: article
55
ms.custom: event-tier1-build-2022, ignite-2022, devx-track-azurecli
6-
ms.date: 05/16/2022
6+
ms.date: 03/11/2023
77
---
88

99
# Create and manage multiple node pools for a cluster in Azure Kubernetes Service (AKS)
@@ -406,19 +406,53 @@ It takes a few minutes to delete the nodes and the node pool.
406406

407407
## Associate capacity reservation groups to node pools (preview)
408408

409-
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
410-
411-
As your application workloads demands, you may associate node pools to capacity reservation groups created prior. This ensures guaranteed capacity is allocated for your node pools.
409+
As your application workloads demands, you may associate node pools to capacity reservation groups already created. This ensures guaranteed capacity is allocated for your node pools.
412410

413411
For more information on the capacity reservation groups, please refer to [Capacity Reservation Groups][capacity-reservation-groups].
414412

415-
Associating a node pool with an existing capacity reservation group can be done using [`az aks nodepool add`][az-aks-nodepool-add] command and specifying a capacity reservation group with the --capacityReservationGroup flag" The capacity reservation group should already exist, otherwise the node pool will be added to the cluster with a warning and no capacity reservation group gets associated.
413+
### Register preview feature
414+
415+
[!INCLUDE [preview features callout](includes/preview/preview-callout.md)]
416+
417+
To install the aks-preview extension, run the following command:
418+
419+
```azurecli
420+
az extension add --name aks-preview
421+
```
422+
423+
Run the following command to update to the latest version of the extension released:
424+
425+
```azurecli
426+
az extension update --name aks-preview
427+
```
428+
429+
Register the `CapacityReservationGroupPreview` feature flag by using the [az feature register][az-feature-register] command, as shown in the following example:
430+
431+
```azurecli-interactive
432+
az feature register --namespace "Microsoft.ContainerService" --name "CapacityReservationGroupPreview"
433+
```
434+
435+
It takes a few minutes for the status to show *Registered*. Verify the registration status by using the [az feature show][az-feature-show] command:
436+
437+
```azurecli-interactive
438+
az feature show --namespace "Microsoft.ContainerService" --name "CapacityReservationGroupPreview"
439+
```
440+
441+
When the status reflects *Registered*, refresh the registration of the *Microsoft.ContainerService* resource provider by using the [az provider register][az-provider-register] command:
442+
443+
```azurecli-interactive
444+
az provider register --namespace Microsoft.ContainerService
445+
```
446+
447+
### Manage capacity reservations
448+
449+
Associating a node pool with an existing capacity reservation group can be done using [`az aks nodepool add`][az-aks-nodepool-add] command and specifying a capacity reservation group with the --capacityReservationGroup flag". The capacity reservation group should already exist, otherwise the node pool will be added to the cluster with a warning and no capacity reservation group gets associated.
416450

417451
```azurecli-interactive
418452
az aks nodepool add -g MyRG --cluster-name MyMC -n myAP --capacityReservationGroup myCRG
419453
```
420454

421-
Associating a system node pool with an existing capacity reservation group can be done using [`az aks create`][az-aks-create] command. If the capacity reservation group specified doesn't exist, then a warning is issued and the cluster gets created without any capacity reservation group association.
455+
Associating a system node pool with an existing capacity reservation group can be done using [`az aks create`][az-aks-create] command. If the capacity reservation group specified doesn't exist, then a warning is issued and the cluster gets created without any capacity reservation group association.
422456

423457
```azurecli-interactive
424458
az aks create -g MyRG --cluster-name MyMC --capacityReservationGroup myCRG

articles/application-gateway/rewrite-http-headers-url.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ You can use a condition to evaluate whether a specified variable is present, whe
6969

7070
### Pattern Matching
7171

72-
Application Gateway uses regular expressions for pattern matching in the condition. You can use the [Perl Compatible Regular Expressions (PCRE) library](https://www.pcre.org/) to set up regular expression pattern matching in the conditions. To learn about regular expression syntax, see the [Perl regular expressions main page](https://perldoc.perl.org/perlre.html).
72+
Application Gateway uses regular expressions for pattern matching in the condition. You should use Regular Expression 2 (RE2) compatible expressions when writing your conditions. If you are running an Application Gateway Web Application Firewall (WAF) with Core Rule Set 3.1 or earlier, you may run into issues when using [Perl Compatible Regular Expressions (PCRE)](https://www.pcre.org/) while doing lookahead and lookbehind (negative or positive) assertions.
73+
7374

7475
### Capturing
7576

articles/applied-ai-services/form-recognizer/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ items:
157157
- name: 🆕 Query field extraction (preview)
158158
displayName: queries, fields, OpenAI, chat
159159
href: concept-query-fields.md
160-
- name: 🆕 Health insurance card model (preview)
160+
- name: 🆕 Health insurance card model
161161
displayName: health, proof, hospital
162162
href: concept-insurance-card.md
163163
- name: 🆕 Add-on capabilities (preview)

articles/azure-functions/TOC.yml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,29 @@
161161
- name: Connect to a database
162162
items:
163163
- name: C#
164-
displayName: Connect to a database, Azure Cosmos DB
165-
href: functions-add-output-binding-cosmos-db-vs-code.md?pivots=programming-language-csharp
164+
items:
165+
- name: Azure Cosmos DB
166+
displayName: Connect to a database, Azure Cosmos DB
167+
href: functions-add-output-binding-cosmos-db-vs-code.md?pivots=programming-language-csharp
168+
- name: Azure SQL
169+
displayName: Connect to a database, Azure SQL
170+
href: functions-add-output-binding-azure-sql-vs-code.md?pivots=programming-language-csharp
166171
- name: JavaScript
167-
displayName: Connect to a database, Azure Cosmos DB
168-
href: functions-add-output-binding-cosmos-db-vs-code.md?pivots=programming-language-javascript
172+
items:
173+
- name: Azure Cosmos DB
174+
displayName: Connect to a database, Azure Cosmos DB
175+
href: functions-add-output-binding-cosmos-db-vs-code.md?pivots=programming-language-javascript
176+
- name: Azure SQL
177+
displayName: Connect to a database, Azure SQL
178+
href: functions-add-output-binding-azure-sql-vs-code.md?pivots=programming-language-javascript
169179
- name: Python
170-
displayName: Connect to a database, Azure Cosmos DB
171-
href: functions-add-output-binding-cosmos-db-vs-code.md?pivots=programming-language-python
180+
items:
181+
- name: Azure Cosmos DB
182+
displayName: Connect to a database, Azure Cosmos DB
183+
href: functions-add-output-binding-cosmos-db-vs-code.md?pivots=programming-language-python
184+
- name: Azure SQL
185+
displayName: Connect to a database, Azure SQL
186+
href: functions-add-output-binding-azure-sql-vs-code.md?pivots=programming-language-python
172187
- name: Tutorials
173188
items:
174189
- name: Functions with Logic Apps

articles/azure-functions/create-first-function-vs-code-csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The next article depends on your chosen process model.
7979
> [!div class="nextstepaction"]
8080
> [Connect to Azure Cosmos DB](functions-add-output-binding-cosmos-db-vs-code.md?pivots=programming-language-csharp&tabs=in-process)
8181
> [Connect to Azure Queue Storage](functions-add-output-binding-storage-queue-vs-code.md?pivots=programming-language-csharp&tabs=in-process)
82+
> [Connect to Azure SQL](functions-add-output-binding-azure-sql-vs-code.md?pivots=programming-language-csharp&tabs=in-process)
8283
8384
# [Isolated process](#tab/isolated-process)
8485

articles/azure-functions/create-first-function-vs-code-node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ You have used [Visual Studio Code](functions-develop-vs-code.md?tabs=javascript)
186186
> [!div class="nextstepaction"]
187187
> [Connect to Azure Cosmos DB](functions-add-output-binding-cosmos-db-vs-code.md?pivots=programming-language-javascript)
188188
> [Connect to Azure Queue Storage](functions-add-output-binding-storage-queue-vs-code.md?pivots=programming-language-javascript)
189+
> [Connect to Azure SQL](functions-add-output-binding-azure-sql-vs-code.md?pivots=programming-language-javascript)
189190

190191
[Azure Functions Core Tools]: functions-run-local.md
191192
[Azure Functions extension for Visual Studio Code]: https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions

articles/azure-functions/create-first-function-vs-code-python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ You have used [Visual Studio Code](functions-develop-vs-code.md?tabs=python) to
208208

209209
> [!div class="nextstepaction"]
210210
> [Connect to an Azure Storage queue](functions-add-output-binding-storage-queue-vs-code.md?pivots=programming-language-python)
211+
> [Connect to Azure SQL](functions-add-output-binding-azure-sql-vs-code.md?pivots=programming-language-python)
211212

212213
[Having issues? Let us know.](https://aka.ms/python-functions-qs-survey)
213214

articles/azure-functions/durable/TOC.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@
136136
items:
137137
- name: Develop
138138
items:
139+
- name: Durable Functions best practices and diagnostic tools
140+
href: durable-functions-best-practice-reference.md
141+
- name: Durable Functions Rosyln Analyzer (C# only)
142+
href: durable-functions-roslyn-analyzer.md
139143
- name: Create in Azure portal
140144
href: durable-functions-create-portal.md
141145
- name: Manage connections
@@ -162,8 +166,14 @@
162166
href: durable-functions-diagnostics.md
163167
- name: Monitoring
164168
href: ../functions-monitoring.md?toc=/azure/azure-functions/durable/toc.json
169+
- name: App diagnostics in Azure portal
170+
href: function-app-diagnostics.md
165171
- name: Pricing
166172
href: durable-functions-billing.md
173+
- name: Debug
174+
items:
175+
- name: Upgrade Durable Functions extension version
176+
href: durable-functions-extension-upgrade.md
167177
- name: Resources
168178
items:
169179
- name: Build your skills with Microsoft Learn training

0 commit comments

Comments
 (0)