Skip to content

Commit aab5f00

Browse files
authored
Merge pull request #195091 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 28f4b9e + 0060e5d commit aab5f00

File tree

85 files changed

+911
-301
lines changed

Some content is hidden

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

85 files changed

+911
-301
lines changed

articles/active-directory-b2c/find-help-open-support-ticket.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,13 @@ If you're unable to find answers by using self-help resources, you can open an o
7575

7676
1. Select a **[Severity](https://azure.microsoft.com/support/plans/response)**, and your preferred contact method.
7777

78+
> [!NOTE]
79+
> Under **Advanced diagnostic information**, it's highly recommended that you allow the collection of advanced information by selecting **Yes**. It enables Microsoft support team to investigate the issue faster.
7880
7981
:::image type="content" source="media/find-help-and-submit-support-ticket/find-help-and-submit-support-ticket-1.png" alt-text="Screenshot of how to find help and submit support ticket part 1.":::
8082

8183
:::image type="content" source="media/find-help-and-submit-support-ticket/find-help-and-submit-support-ticket-2.png" alt-text="Screenshot of how to find help and submit support ticket part 2.":::
84+
8285

8386
1. Select **Next**. Under **4. Review + create**, you'll see a summary of your support ticket.
8487

articles/active-directory/app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Scoping filters are configured as part of the attribute mappings for each Azure
8484

8585
g. **REGEX MATCH**. Clause returns "true" if the evaluated attribute matches a regular expression pattern. For example: ([1-9][0-9]) matches any number between 10 and 99 (case sensitive).
8686

87-
h. **NOT REGEX MATCH**. Clause returns "true" if the evaluated attribute doesn't match a regular expression pattern.
87+
h. **NOT REGEX MATCH**. Clause returns "true" if the evaluated attribute doesn't match a regular expression pattern. It will return "false" if the attribute is null / empty.
8888

8989
i. **Greater_Than.** Clause returns "true" if the evaluated attribute is greater than the value. The value specified on the scoping filter must be an integer and the attribute on the user must be an integer [0,1,2,...].
9090

@@ -97,6 +97,7 @@ Scoping filters are configured as part of the attribute mappings for each Azure
9797
> - The IsMemberOf filter is not supported currently.
9898
> - The members attribute on a group is not supported currently.
9999
> - EQUALS and NOT EQUALS are not supported for multi-valued attributes
100+
> - Scoping filters will return "false" if the value is null / empty
100101
101102
9. Optionally, repeat steps 7-8 to add more scoping clauses.
102103

articles/active-directory/app-provisioning/functions-for-customizing-application-data.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: active-directory
77
ms.subservice: app-provisioning
88
ms.workload: identity
99
ms.topic: reference
10-
ms.date: 02/16/2022
10+
ms.date: 04/13/2022
1111
ms.author: kenwith
1212
ms.reviewer: arvinh
1313
---
@@ -1237,6 +1237,18 @@ Generate a user alias by taking first three letters of user's first name and fir
12371237
* **INPUT** (surname): "Doe"
12381238
* **OUTPUT**: "JohDoe"
12391239

1240+
### Add a comma between last name and first name.
1241+
Add a comma between last name and first name.
1242+
1243+
**Expression:**
1244+
`Join(", ", "", [surname], [givenName])`
1245+
1246+
**Sample input/output:**
1247+
1248+
* **INPUT** (givenName): "John"
1249+
* **INPUT** (surname): "Doe"
1250+
* **OUTPUT**: "Doe, John"
1251+
12401252

12411253
## Related Articles
12421254
* [Automate User Provisioning/Deprovisioning to SaaS Apps](../app-provisioning/user-provisioning.md)

articles/active-directory/app-provisioning/on-premises-application-provisioning-architecture.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: billmath
1313
ms.collection: M365-identity-device-management
1414
---
1515

16-
# Azure AD on-premises application provisioning architecture (preview)
16+
# Azure AD on-premises application identity provisioning architecture (preview)
1717

1818
## Overview
1919

@@ -97,10 +97,6 @@ You can define one or more matching attribute(s) and prioritize them based on th
9797
## Provisioning agent questions
9898
Some common questions are answered here.
9999

100-
### What is the GA version of the provisioning agent?
101-
102-
For the latest GA version of the provisioning agent, see [Azure AD connect provisioning agent: Version release history](provisioning-agent-release-version-history.md).
103-
104100
### How do I know the version of my provisioning agent?
105101

106102
1. Sign in to the Windows server where the provisioning agent is installed.
@@ -138,19 +134,19 @@ You can also check whether all the required ports are open.
138134
- Microsoft Azure AD Connect Agent Updater
139135
- Microsoft Azure AD Connect Provisioning Agent Package
140136

141-
### Provisioning agent history
137+
## Provisioning agent history
142138
This article lists the versions and features of Azure Active Directory Connect Provisioning Agent that have been released. The Azure AD team regularly updates the Provisioning Agent with new features and functionality. Please ensure that you do not use the same agent for on-prem provisioning and Cloud Sync / HR-driven provisioning.
143139

144140
Microsoft provides direct support for the latest agent version and one version before.
145141

146-
## Download link
142+
### Download link
147143
You can download the latest version of the agent using [this link](https://aka.ms/onpremprovisioningagent).
148144

149-
## 1.1.846.0
145+
### 1.1.846.0
150146

151147
April 11th, 2022 - released for download
152148

153-
### Fixed issues
149+
#### Fixed issues
154150

155151
- We added support for ObjectGUID as an anchor for the generic LDAP connector when provisioning users into AD LDS.
156152

articles/app-service/networking/nat-gateway-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 0a84734e-b5c1-4264-8d1f-77e781b28426
88
ms.service: app-service
99
ms.workload: web
1010
ms.topic: article
11-
ms.date: 08/04/2021
11+
ms.date: 04/08/2022
1212
ms.author: madsd
1313
ms.custom: seodec18, devx-track-azurecli
1414
ms.devlang: azurecli
@@ -26,7 +26,7 @@ For more information and pricing. Go to the [NAT gateway overview](../../virtual
2626
:::image type="content" source="./media/nat-gateway-integration/nat-gateway-overview.png" alt-text="Diagram shows Internet traffic flowing to a NAT gateway in an Azure Virtual Network.":::
2727

2828
> [!Note]
29-
> * Using NAT gateway with App Service is dependent on virtual network integration, and therefore **Standard**, **Premium**, **PremiumV2** or **PremiumV3** App Service plan is required.
29+
> * Using NAT gateway with App Service is dependent on virtual network integration, and therefore a supported App Service plan pricing tier is required.
3030
> * When using NAT gateway together with App Service, all traffic to Azure Storage must be using private endpoint or service endpoint.
3131
> * NAT gateway cannot be used together with App Service Environment v1 or v2.
3232

articles/app-service/overview-vnet-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Integrate your app with an Azure virtual network
33
description: Integrate your app in Azure App Service with Azure virtual networks.
44
author: madsd
55
ms.topic: conceptual
6-
ms.date: 03/04/2022
6+
ms.date: 04/08/2022
77
ms.author: madsd
88

99
---
@@ -158,7 +158,7 @@ After your app integrates with your virtual network, it uses the same DNS server
158158

159159
There are some limitations with using regional virtual network integration:
160160

161-
* The feature is available from all App Service deployments in Premium v2 and Premium v3. It's also available in Standard but only from newer App Service deployments. If you're on an older deployment, you can only use the feature from a Premium v2 App Service plan. If you want to make sure you can use the feature in a Standard App Service plan, create your app in a Premium v3 App Service plan. Those plans are only supported on our newest deployments. You can scale down if you want after the plan is created.
161+
* The feature is available from all App Service deployments in Premium v2 and Premium v3. It's also available in Basic and Standard tier but only from newer App Service deployments. If you're on an older deployment, you can only use the feature from a Premium v2 App Service plan. If you want to make sure you can use the feature in a Standard App Service plan, create your app in a Premium v3 App Service plan. Those plans are only supported on our newest deployments. You can scale down if you want after the plan is created.
162162
* The feature can't be used by Isolated plan apps that are in an App Service Environment.
163163
* You can't reach resources across peering connections with classic virtual networks.
164164
* The feature requires an unused subnet that's an IPv4 `/28` block or larger in an Azure Resource Manager virtual network.
@@ -257,7 +257,7 @@ The regional virtual network integration feature has no extra charge for use bey
257257

258258
Three charges are related to the use of the gateway-required virtual network integration feature:
259259

260-
* **App Service plan pricing tier charges**: Your apps need to be in a Standard, Premium, Premium v2, or Premium v3 App Service plan. For more information on those costs, see [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/).
260+
* **App Service plan pricing tier charges**: Your apps need to be in a Basic, Standard, Premium, Premium v2, or Premium v3 App Service plan. For more information on those costs, see [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/).
261261
* **Data transfer costs**: There's a charge for data egress, even if the virtual network is in the same datacenter. Those charges are described in [Data transfer pricing details](https://azure.microsoft.com/pricing/details/data-transfers/).
262262
* **VPN gateway costs**: There's a cost to the virtual network gateway that's required for the point-to-site VPN. For more information, see [VPN gateway pricing](https://azure.microsoft.com/pricing/details/vpn-gateway/).
263263

articles/azure-monitor/alerts/alerts-unified-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Location affects which region the alert rule is evaluated in. Queries are execut
180180
181181
Each Log Alert rule is billed based the interval at which the log query is evaluated (more frequent query evaluation results in a higher cost). Additionally, for Log Alerts configured for [at scale monitoring](#split-by-alert-dimensions), the cost will also depend on the number of time series created by the dimensions resulting from your query.
182182
183-
Prices for Log Alert rules are availalble on the [Azure Monitor pricing page](https://azure.microsoft.com/pricing/details/monitor/).
183+
Prices for Log Alert rules are available on the [Azure Monitor pricing page](https://azure.microsoft.com/pricing/details/monitor/).
184184
185185
## View log alerts usage on your Azure bill
186186

articles/azure-monitor/app/java-in-process-agent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This section shows you how to download the auto-instrumentation jar file.
2929

3030
#### Download the jar file
3131

32-
Download the [applicationinsights-agent-3.2.10.jar](https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.2.10/applicationinsights-agent-3.2.10.jar) file.
32+
Download the [applicationinsights-agent-3.2.11.jar](https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.2.11/applicationinsights-agent-3.2.11.jar) file.
3333

3434
> [!WARNING]
3535
>
@@ -51,7 +51,7 @@ Download the [applicationinsights-agent-3.2.10.jar](https://github.com/microsoft
5151
5252
#### Point the JVM to the jar file
5353

54-
Add `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` to your application's JVM args.
54+
Add `-javaagent:path/to/applicationinsights-agent-3.2.11.jar` to your application's JVM args.
5555

5656
> [!TIP]
5757
> For help with configuring your application's JVM args, see [Tips for updating your JVM args](./java-standalone-arguments.md).
@@ -66,7 +66,7 @@ Add `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` to your applicatio
6666
APPLICATIONINSIGHTS_CONNECTION_STRING = <Copy connection string from Application Insights Resource Overview>
6767
```
6868

69-
- Or you can create a configuration file named `applicationinsights.json`. Place it in the same directory as `applicationinsights-agent-3.2.10.jar` with the following content:
69+
- Or you can create a configuration file named `applicationinsights.json`. Place it in the same directory as `applicationinsights-agent-3.2.11.jar` with the following content:
7070

7171
```json
7272
{
@@ -367,7 +367,7 @@ If you want to attach custom dimensions to your logs, use [Log4j 1.2 MDC](https:
367367

368368
### Send custom telemetry by using the 2.x SDK
369369

370-
1. Add `applicationinsights-core-2.6.4.jar` to your application. All 2.x versions are supported by Application Insights Java 3.x. If you have a choice. it's worth using the latest version:
370+
1. Add `applicationinsights-core-2.6.4.jar` to your application. All 2.x versions are supported by Application Insights Java 3.x. If you have a choice, it's worth using the latest version:
371371

372372
```xml
373373
<dependency>

articles/azure-monitor/app/java-standalone-arguments.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ Configure [App Services](../../app-service/configure-language-java.md#set-java-r
1515

1616
## Spring Boot
1717

18-
Add the JVM arg `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` somewhere before `-jar`, for example:
18+
Add the JVM arg `-javaagent:path/to/applicationinsights-agent-3.2.11.jar` somewhere before `-jar`, for example:
1919

2020
```
21-
java -javaagent:path/to/applicationinsights-agent-3.2.10.jar -jar <myapp.jar>
21+
java -javaagent:path/to/applicationinsights-agent-3.2.11.jar -jar <myapp.jar>
2222
```
2323

2424
## Spring Boot via Docker entry point
2525

26-
If you're using the *exec* form, add the parameter `"-javaagent:path/to/applicationinsights-agent-3.2.10.jar"` to the parameter list somewhere before the `"-jar"` parameter, for example:
26+
If you're using the *exec* form, add the parameter `"-javaagent:path/to/applicationinsights-agent-3.2.11.jar"` to the parameter list somewhere before the `"-jar"` parameter, for example:
2727

2828
```
29-
ENTRYPOINT ["java", "-javaagent:path/to/applicationinsights-agent-3.2.10.jar", "-jar", "<myapp.jar>"]
29+
ENTRYPOINT ["java", "-javaagent:path/to/applicationinsights-agent-3.2.11.jar", "-jar", "<myapp.jar>"]
3030
```
3131

32-
If you're using the *shell* form, add the JVM arg `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` somewhere before `-jar`, for example:
32+
If you're using the *shell* form, add the JVM arg `-javaagent:path/to/applicationinsights-agent-3.2.11.jar` somewhere before `-jar`, for example:
3333

3434
```
35-
ENTRYPOINT java -javaagent:path/to/applicationinsights-agent-3.2.10.jar -jar <myapp.jar>
35+
ENTRYPOINT java -javaagent:path/to/applicationinsights-agent-3.2.11.jar -jar <myapp.jar>
3636
```
3737

3838
## Tomcat 8 (Linux)
@@ -42,18 +42,18 @@ ENTRYPOINT java -javaagent:path/to/applicationinsights-agent-3.2.10.jar -jar <my
4242
If you installed Tomcat via `apt-get` or `yum`, then you should have a file `/etc/tomcat8/tomcat8.conf`. Add this line to the end of that file:
4343

4444
```
45-
JAVA_OPTS="$JAVA_OPTS -javaagent:path/to/applicationinsights-agent-3.2.10.jar"
45+
JAVA_OPTS="$JAVA_OPTS -javaagent:path/to/applicationinsights-agent-3.2.11.jar"
4646
```
4747

4848
### Tomcat installed via download and unzip
4949

5050
If you installed Tomcat via download and unzip from [https://tomcat.apache.org](https://tomcat.apache.org), then you should have a file `<tomcat>/bin/catalina.sh`. Create a new file in the same directory named `<tomcat>/bin/setenv.sh` with the following content:
5151

5252
```
53-
CATALINA_OPTS="$CATALINA_OPTS -javaagent:path/to/applicationinsights-agent-3.2.10.jar"
53+
CATALINA_OPTS="$CATALINA_OPTS -javaagent:path/to/applicationinsights-agent-3.2.11.jar"
5454
```
5555

56-
If the file `<tomcat>/bin/setenv.sh` already exists, then modify that file and add `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` to `CATALINA_OPTS`.
56+
If the file `<tomcat>/bin/setenv.sh` already exists, then modify that file and add `-javaagent:path/to/applicationinsights-agent-3.2.11.jar` to `CATALINA_OPTS`.
5757

5858

5959
## Tomcat 8 (Windows)
@@ -63,36 +63,36 @@ If the file `<tomcat>/bin/setenv.sh` already exists, then modify that file and a
6363
Locate the file `<tomcat>/bin/catalina.bat`. Create a new file in the same directory named `<tomcat>/bin/setenv.bat` with the following content:
6464

6565
```
66-
set CATALINA_OPTS=%CATALINA_OPTS% -javaagent:path/to/applicationinsights-agent-3.2.10.jar
66+
set CATALINA_OPTS=%CATALINA_OPTS% -javaagent:path/to/applicationinsights-agent-3.2.11.jar
6767
```
6868

6969
Quotes aren't necessary, but if you want to include them, the proper placement is:
7070

7171
```
72-
set "CATALINA_OPTS=%CATALINA_OPTS% -javaagent:path/to/applicationinsights-agent-3.2.10.jar"
72+
set "CATALINA_OPTS=%CATALINA_OPTS% -javaagent:path/to/applicationinsights-agent-3.2.11.jar"
7373
```
7474

75-
If the file `<tomcat>/bin/setenv.bat` already exists, just modify that file and add `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` to `CATALINA_OPTS`.
75+
If the file `<tomcat>/bin/setenv.bat` already exists, just modify that file and add `-javaagent:path/to/applicationinsights-agent-3.2.11.jar` to `CATALINA_OPTS`.
7676

7777
### Running Tomcat as a Windows service
7878

79-
Locate the file `<tomcat>/bin/tomcat8w.exe`. Run that executable and add `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` to the `Java Options` under the `Java` tab.
79+
Locate the file `<tomcat>/bin/tomcat8w.exe`. Run that executable and add `-javaagent:path/to/applicationinsights-agent-3.2.11.jar` to the `Java Options` under the `Java` tab.
8080

8181

8282
## JBoss EAP 7
8383

8484
### Standalone server
8585

86-
Add `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` to the existing `JAVA_OPTS` environment variable in the file `JBOSS_HOME/bin/standalone.conf` (Linux) or `JBOSS_HOME/bin/standalone.conf.bat` (Windows):
86+
Add `-javaagent:path/to/applicationinsights-agent-3.2.11.jar` to the existing `JAVA_OPTS` environment variable in the file `JBOSS_HOME/bin/standalone.conf` (Linux) or `JBOSS_HOME/bin/standalone.conf.bat` (Windows):
8787

8888
```java ...
89-
JAVA_OPTS="-javaagent:path/to/applicationinsights-agent-3.2.10.jar -Xms1303m -Xmx1303m ..."
89+
JAVA_OPTS="-javaagent:path/to/applicationinsights-agent-3.2.11.jar -Xms1303m -Xmx1303m ..."
9090
...
9191
```
9292

9393
### Domain server
9494

95-
Add `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` to the existing `jvm-options` in `JBOSS_HOME/domain/configuration/host.xml`:
95+
Add `-javaagent:path/to/applicationinsights-agent-3.2.11.jar` to the existing `jvm-options` in `JBOSS_HOME/domain/configuration/host.xml`:
9696

9797
```xml
9898
...
@@ -102,7 +102,7 @@ Add `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` to the existing `j
102102
<jvm-options>
103103
<option value="-server"/>
104104
<!--Add Java agent jar file here-->
105-
<option value="-javaagent:path/to/applicationinsights-agent-3.2.10.jar"/>
105+
<option value="-javaagent:path/to/applicationinsights-agent-3.2.11.jar"/>
106106
<option value="-XX:MetaspaceSize=96m"/>
107107
<option value="-XX:MaxMetaspaceSize=256m"/>
108108
</jvm-options>
@@ -142,20 +142,20 @@ Add these lines to `start.ini`
142142

143143
```
144144
--exec
145-
-javaagent:path/to/applicationinsights-agent-3.2.10.jar
145+
-javaagent:path/to/applicationinsights-agent-3.2.11.jar
146146
```
147147

148148

149149
## Payara 5
150150

151-
Add `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` to the existing `jvm-options` in `glassfish/domains/domain1/config/domain.xml`:
151+
Add `-javaagent:path/to/applicationinsights-agent-3.2.11.jar` to the existing `jvm-options` in `glassfish/domains/domain1/config/domain.xml`:
152152

153153
```xml
154154
...
155155
<java-config ...>
156156
<!--Edit the JVM options here-->
157157
<jvm-options>
158-
-javaagent:path/to/applicationinsights-agent-3.2.10.jar>
158+
-javaagent:path/to/applicationinsights-agent-3.2.11.jar>
159159
</jvm-options>
160160
...
161161
</java-config>
@@ -165,14 +165,14 @@ Add `-javaagent:path/to/applicationinsights-agent-3.2.10.jar` to the existing `j
165165
## WebSphere 8
166166

167167
Open Management Console
168-
go to **servers > WebSphere application servers > Application servers**, choose the appropriate application servers and select:
168+
Go to **servers > WebSphere application servers > Application servers**, choose the appropriate application servers and select:
169169

170170
```
171171
Java and Process Management > Process definition > Java Virtual Machine
172172
```
173173
In "Generic JVM arguments" add the following:
174174
```
175-
-javaagent:path/to/applicationinsights-agent-3.2.10.jar
175+
-javaagent:path/to/applicationinsights-agent-3.2.11.jar
176176
```
177177
After that, save and restart the application server.
178178

@@ -181,7 +181,7 @@ After that, save and restart the application server.
181181

182182
Create a new file `jvm.options` in the server directory (for example `<openliberty>/usr/servers/defaultServer`), and add this line:
183183
```
184-
-javaagent:path/to/applicationinsights-agent-3.2.10.jar
184+
-javaagent:path/to/applicationinsights-agent-3.2.11.jar
185185
```
186186

187187
## Others

0 commit comments

Comments
 (0)