Skip to content

Commit bde8cf7

Browse files
committed
2 parents e43486c + f28f41f commit bde8cf7

File tree

485 files changed

+3336
-3125
lines changed

Some content is hidden

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

485 files changed

+3336
-3125
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"redirect_url": "/azure/azure-monitor/change/change-analysis-visualizations",
3636
"redirect_document_id": false
3737
},
38+
{
39+
"source_path_from_root": "/articles/azure-monitor/azure-monitor-app-hub.yml",
40+
"redirect_url": "/azure/azure-monitor/",
41+
"redirect_document_id": false
42+
},
3843
{
3944
"source_path_from_root": "/articles/azure-monitor/app/troubleshoot-portal-connectivity.md",
4045
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/troubleshoot-portal-connectivity",

.openpublishing.redirection.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37035,12 +37035,7 @@
3703537035
},
3703637036
{
3703737037
"source_path_from_root": "/articles/cognitive-services/Speech-Service/how-to-customize-speech-models.md",
37038-
"redirect_url": "/azure/cognitive-services/speech-service/how-to-custom-speech-train-model",
37039-
"redirect_document_id": false
37040-
},
37041-
{
37042-
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-custom-speech-deploy-model.md",
37043-
"redirect_url": "/azure/cognitive-services/speech-service/how-to-custom-speech-train-model",
37038+
"redirect_url": "/azure/cognitive-services/speech-service/how-to-custom-speech-choose-model",
3704437039
"redirect_document_id": false
3704537040
},
3704637041
{

articles/active-directory-domain-services/policy-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Built-in policy definitions for Azure Active Directory Domain Services
33
description: Lists Azure Policy built-in policy definitions for Azure Active Directory Domain Services. These built-in policy definitions provide common approaches to managing your Azure resources.
4-
ms.date: 03/08/2022
4+
ms.date: 05/11/2022
55
ms.service: active-directory
66
ms.subservice: domain-services
77
author: justinha

articles/active-directory/develop/active-directory-optional-claims.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ These claims are always included in v1.0 Azure AD tokens, but not included in v2
7777
|---------------|---------------------------------|-------------|-------|
7878
| `ipaddr` | IP Address | The IP address the client logged in from. | |
7979
| `onprem_sid` | On-Premises Security Identifier | | |
80-
| `pwd_exp` | Password Expiration Time | The datetime at which the password expires. | |
81-
| `pwd_url` | Change Password URL | A URL that the user can visit to change their password. | |
80+
| `pwd_exp` | Password Expiration Time | The number of seconds after the time in the iat claim at which the password expires. This claim is only included when the password is expiring soon (as defined by "notification days" in the password policy). | |
81+
| `pwd_url` | Change Password URL | A URL that the user can visit to change their password. This claim is only included when the password is expiring soon (as defined by "notification days" in the password policy). | |
8282
| `in_corp` | Inside Corporate Network | Signals if the client is logging in from the corporate network. If they're not, the claim isn't included. | Based off of the [trusted IPs](../authentication/howto-mfa-mfasettings.md#trusted-ips) settings in MFA. |
8383
| `family_name` | Last Name | Provides the last name, surname, or family name of the user as defined in the user object. <br>"family_name":"Miller" | Supported in MSA and Azure AD. Requires the `profile` scope. |
8484
| `given_name` | First name | Provides the first or "given" name of the user, as set on the user object.<br>"given_name": "Frank" | Supported in MSA and Azure AD. Requires the `profile` scope. |

articles/aks/policy-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Built-in policy definitions for Azure Kubernetes Service
33
description: Lists Azure Policy built-in policy definitions for Azure Kubernetes Service. These built-in policy definitions provide common approaches to managing your Azure resources.
4-
ms.date: 03/08/2022
4+
ms.date: 05/11/2022
55
ms.topic: reference
66
ms.custom: subject-policy-reference
77
---

articles/api-management/how-to-configure-local-metrics-logs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,16 @@ Now that both StatsD and Prometheus have been deployed, we can update the config
160160
Here is a sample configuration:
161161

162162
```yaml
163-
apiVersion: v1
164-
kind: ConfigMap
165-
metadata:
166-
name: contoso-gateway-environment
167-
data:
168-
config.service.endpoint: "<self-hosted-gateway-management-endpoint>"
169-
telemetry.metrics.local: "statsd"
170-
telemetry.metrics.local.statsd.endpoint: "10.0.41.179:8125"
171-
telemetry.metrics.local.statsd.sampling: "1"
172-
telemetry.metrics.local.statsd.tag-format: "dogStatsD"
163+
apiVersion: v1
164+
kind: ConfigMap
165+
metadata:
166+
name: contoso-gateway-environment
167+
data:
168+
config.service.endpoint: "<self-hosted-gateway-management-endpoint>"
169+
telemetry.metrics.local: "statsd"
170+
telemetry.metrics.local.statsd.endpoint: "10.0.41.179:8125"
171+
telemetry.metrics.local.statsd.sampling: "1"
172+
telemetry.metrics.local.statsd.tag-format: "dogStatsD"
173173
```
174174

175175
Update the YAML file of the self-hosted gateway deployment with the above configurations and apply the changes using the below command:

articles/api-management/policy-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Built-in policy definitions for Azure API Management
33
description: Lists Azure Policy built-in policy definitions for Azure API Management. These built-in policy definitions provide approaches to managing your Azure resources.
4-
ms.date: 03/08/2022
4+
ms.date: 05/11/2022
55
author: dlepow
66
ms.author: danlep
77
ms.service: api-management

articles/app-service/policy-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Built-in policy definitions for Azure App Service
33
description: Lists Azure Policy built-in policy definitions for Azure App Service. These built-in policy definitions provide common approaches to managing your Azure resources.
4-
ms.date: 03/08/2022
4+
ms.date: 05/11/2022
55
ms.topic: reference
66
ms.custom: subject-policy-reference
77
---

articles/attestation/policy-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Built-in policy definitions for Azure Attestation
33
description: Lists Azure Policy built-in policy definitions for Azure Attestation. These built-in policy definitions provide common approaches to managing your Azure resources.
4-
ms.date: 03/08/2022
4+
ms.date: 05/11/2022
55
ms.topic: reference
66
ms.service: attestation
77
author: msmbaldwin

articles/attestation/policy-version-1-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ issuancerules
8282
// Verify if secureboot is enabled
8383
c:[type == "events", issuer=="AttestationService"] => add(type = "efiConfigVariables", value = JmesPath(c.value, "Events[?EventTypeString == 'EV_EFI_VARIABLE_DRIVER_CONFIG' && ProcessedData.VariableGuid == '8BE4DF61-93CA-11D2-AA0D-00E098032B8C']"));
8484
85-
c:[type=="efiConfigVariables", issuer="AttestationPolicy"]=> add(type = "secureBootEnabled", value = JsonToClaimValue(JmesPath(c.value, "[?ProcessedData.UnicodeName == 'SecureBoot'] | length(@) == `1` && @[0].ProcessedData.VariableData == 'AQ'")));
85+
c:[type=="efiConfigVariables", issuer=="AttestationPolicy"]=> add(type = "secureBootEnabled", value = JsonToClaimValue(JmesPath(c.value, "[?ProcessedData.UnicodeName == 'SecureBoot'] | length(@) == `1` && @[0].ProcessedData.VariableData == 'AQ'")));
8686
![type=="secureBootEnabled", issuer=="AttestationPolicy"] => add(type="secureBootEnabled", value=false);
8787
8888
//Verfify in Defender ELAM is loaded.

0 commit comments

Comments
 (0)