Skip to content

Commit e8cf517

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into corspp
2 parents 2b1c118 + a021d56 commit e8cf517

File tree

18 files changed

+50
-1125
lines changed

18 files changed

+50
-1125
lines changed

articles/api-management/how-to-event-grid.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,4 @@ API Management event data includes the `resourceUri`, which identifies the API M
8686

8787
## Next steps
8888

89-
* [Choose between Azure messaging services - Event Grid, Event Hubs, and Service Bus](../event-grid/compare-messaging-services.md)
9089
* Learn more about [subscribing to events](../event-grid/subscribe-through-portal.md).

articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ If Maven isn't your preferred development tool, check out our similar tutorials
4141

4242
Clone the [sample project](https://github.com/Azure-Samples/app-service-java-quickstart) and check out the source code that runs with this version of the article.
4343

44+
> [!TIP]
45+
> Though App Service supports older versions of Java, the sample project uses Java records and requires **Java 17**. For more information about Java records, see [JEP 395](https://openjdk.org/jeps/395).
46+
4447
```azurecli-interactive
4548
git clone https://github.com/Azure-Samples/app-service-java-quickstart
4649
```
@@ -94,7 +97,6 @@ cd petstore-ee7
9497
> [!TIP]
9598
> The Maven plugin supports **Java 17** and **Tomcat 10.0**. For more information about latest support, see [Java 17 and Tomcat 10.0 are available on Azure App Service](https://devblogs.microsoft.com/java/java-17-and-tomcat-10-0-available-on-azure-app-service/).
9699
97-
98100
The deployment process to Azure App Service uses your Azure credentials from the Azure CLI automatically. If the Azure CLI isn't installed locally, then the Maven plugin authenticates with Oauth or device login. For more information, see [authentication with Maven plugins](https://github.com/microsoft/azure-maven-plugins/wiki/Authentication).
99101

100102
Run the Maven command shown next to configure the deployment. This command helps you to set up the App Service operating system, Java version, and Tomcat version.

articles/azure-netapp-files/whats-new.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
152152
* Azure Managed Disk as an alternate storage back end
153153

154154
* [Active Directory connection enhancement: Reset Active Directory computer account password](create-active-directory-connections.md#reset-active-directory) (Preview)
155-
>>>>>>> 15252d24ac8fc6f9c2853c1a0deeb10d3393f104
156155

157156
## June 2022
158157

articles/container-apps/waf-app-gateway.md

Lines changed: 40 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: wviriya
1010
zone_pivot_groups: azure-cli-or-portal
1111
---
1212

13-
# Protect Azure Container Apps with Web Application Firewall on Application Gateway
13+
# Protect Azure Container Apps with Web Application Firewall on Application Gateway
1414

1515
When you host your apps or microservices in Azure Container Apps, you may not always want to publish them directly to the internet. Instead, you may want to expose them through a reverse proxy.
1616

@@ -21,8 +21,8 @@ Reverse proxies allow you to place services in front of your apps that supports
2121
- Routing
2222
- Caching
2323
- Rate limiting
24-
- Security layers
2524
- Load balancing
25+
- Security layers
2626
- Request filtering
2727

2828
This article demonstrates how to protect your container apps using a [Web Application Firewall (WAF) on Azure Application Gateway](../web-application-firewall/ag/ag-overview.md) with an internal Container Apps environment.
@@ -31,24 +31,30 @@ For more information on networking concepts in Container Apps, see [Networking A
3131

3232
## Prerequisites
3333

34-
- Have a container app that is on an internal environment and integrated with a custom virtual network. For more information on how to create a custom virtual network integrated app, see [provide a virtual network to an internal Azure Container Apps environment](./vnet-custom-internal.md).
35-
- If you must use TLS/SSL encryption to the application gateway, a valid public certificate that's used to bind to your application gateway is required.
34+
- **Internal environment with custom VNet**: Have a container app that is on an internal environment and integrated with a custom virtual network. For more information on how to create a custom virtual network integrated app, see [provide a virtual network to an internal Azure Container Apps environment](./vnet-custom-internal.md).
35+
36+
- **Security certificates**: If you must use TLS/SSL encryption to the application gateway, a valid public certificate that's used to bind to your application gateway is required.
3637

3738
## Retrieve your container app's domain
3839

39-
In the following steps, you retrieve the values of the **default domain** and the **static IP** which you use to set up your Private DNS Zone.
40+
Use the following steps to retrieve the values of the **default domain** and the **static IP** to set up your Private DNS Zone.
4041

4142
1. From the resource group's *Overview* window in the portal, select your container app.
43+
4244
1. On the *Overview* window for your container app resource, select the link for **Container Apps Environment**
4345

44-
1. On the *Overview* window for your container app environment resource, select **JSON View** in the upper right-hand corner of the page to view the JSON representation of the container apps environment.
46+
1. On the *Overview* window for your container app environment resource, select **JSON View** in the upper right-hand corner of the page to view the JSON representation of the container apps environment.
47+
4548
1. Copy the values for the **defaultDomain** and **staticIp** properties and paste them into a text editor. You'll create a private DNS zone using these values for the default domain in the next section.
4649

4750
## Create and configure an Azure Private DNS zone
4851

49-
1. On the Azure portal menu or the **Home** page, select **Create a resource**.
52+
1. On the Azure portal menu or the *Home* page, select **Create a resource**.
53+
5054
1. Search for *Private DNS Zone*, and select **Private DNS Zone** from the search results.
55+
5156
1. Select the **Create** button.
57+
5258
1. Enter the following values:
5359

5460
| Setting | Action |
@@ -59,8 +65,11 @@ In the following steps, you retrieve the values of the **default domain** and th
5965
| Resource group location | Leave as the default. A value isn't needed as Private DNS Zones are global. |
6066

6167
1. Select **Review + create**. After validation finishes, select **Create**.
68+
6269
1. After the private DNS zone is created, select **Go to resource**.
70+
6371
1. In the *Overview* window, select **+Record set**, to add a new record set.
72+
6473
1. In the *Add record set* window, enter the following values:
6574

6675
| Setting | Action |
@@ -72,7 +81,9 @@ In the following steps, you retrieve the values of the **default domain** and th
7281
| IP address | Enter the **staticIp** property of the Container Apps Environment from the previous section. |
7382

7483
1. Select **OK** to create the record set.
84+
7585
1. Select **+Record set** again, to add a second record set.
86+
7687
1. In the *Add record set* window, enter the following values:
7788

7889
| Setting | Action |
@@ -84,7 +95,9 @@ In the following steps, you retrieve the values of the **default domain** and th
8495
| IP address | Enter the **staticIp** property of the Container Apps Environment from the previous section. |
8596

8697
1. Select **OK** to create the record set.
87-
1. Select the **Virtual network links** window from the menu on the left side of the page.
98+
99+
1. Select the **Virtual network links** window from the menu on the left side of the page.
100+
88101
1. Select **+Add** to create a new link with the following values:
89102

90103
| Setting | Action |
@@ -115,7 +128,7 @@ In the following steps, you retrieve the values of the **default domain** and th
115128
| WAF Policy | Select **Create new** and enter **my-waf-policy** for the WAF Policy. Select **OK**. If you chose **Standard V2** for the tier, skip this step. |
116129
| Virtual network | Select the virtual network that your container app is integrated with. |
117130
| Subnet | Select **Manage subnet configuration**. If you already have a subnet you wish to use, use that instead, and skip to [the Frontends section](#frontends-tab). |
118-
131+
119132
1. From within the *Subnets* window of *my-custom-vnet*, select **+Subnet** and enter the following values:
120133

121134
| Setting | Action |
@@ -124,15 +137,17 @@ In the following steps, you retrieve the values of the **default domain** and th
124137
| Subnet address range | Keep the default values. |
125138

126139
1. For the remainder of the settings, keep the default values.
140+
127141
1. Select **Save** to create the new subnet.
128142

129143
1. Close the *Subnets* window to return to the *Create application gateway* window.
144+
130145
1. Select the following values:
131146

132147
| Setting | Action |
133148
|---|---|
134149
| Subnet | Select the **appgateway-subnet** you created. |
135-
150+
136151
1. Select **Next: Frontends**, to proceed.
137152

138153
### Frontends tab
@@ -154,17 +169,20 @@ In the following steps, you retrieve the values of the **default domain** and th
154169
The backend pool is used to route requests to the appropriate backend servers. Backend pools can be composed of any combination of the following resources:
155170

156171
- NICs
157-
- Virtual Machine Scale Sets
158172
- Public IP addresses
159173
- Internal IP addresses
174+
- Virtual Machine Scale Sets
160175
- Fully qualified domain names (FQDN)
161176
- Multi-tenant back-ends like Azure App Service and Container Apps
162177

163178
In this example, you create a backend pool that targets your container app.
164179

165180
1. Select **Add a backend pool**.
166-
1. Open a new tab and navigate to your container app.
181+
182+
1. Open a new tab and navigate to your container app.
183+
167184
1. In the *Overview* window of the Container App, find the **Application Url** and copy it.
185+
168186
1. Return to the *Backends* tab, and enter the following values in the **Add a backend pool** window:
169187

170188
| Setting | Action |
@@ -175,6 +193,7 @@ In this example, you create a backend pool that targets your container app.
175193
| Target | Enter the **Container App Application Url** you copied and remove the *https://* prefix. This location is the FQDN of your container app. |
176194

177195
1. Select **Add**.
196+
178197
1. On the *Backends* tab, select **Next: Configuration**.
179198

180199
### Configuration tab
@@ -243,14 +262,17 @@ On the *Configuration* tab, you connect the frontend and backend pool you create
243262
1. In the *Add a routing rule* window, select **Add** again.
244263

245264
1. Select **Next: Tags**.
265+
246266
1. Select **Next: Review + create**, and then select **Create**.
247267

248268
## Add private link to your Application Gateway
249269

250270
This step is required for internal only container app environments as it allows your Application Gateway to communicate with your Container App on the backend through the virtual network.
251271

252272
1. Once the Application Gateway is created, select **Go to resource**.
273+
253274
1. From the menu on the left, select **Private link**, then select **Add**.
275+
254276
1. Enter the following values:
255277

256278
| Setting | Action |
@@ -260,14 +282,17 @@ This step is required for internal only container app environments as it allows
260282
| Frontend IP Configuration | Select the frontend IP for your Application Gateway. |
261283

262284
1. Under **Private IP address settings** select **Add**.
285+
263286
1. Select **Add** at the bottom of the window.
264287

265288
## Verify the container app
266289

267290
# [Default domain](#tab/default-domain)
268291

269292
1. Find the public IP address for the application gateway on its *Overview* page, or you can search for the address. To search, select *All resources* and enter **my-container-apps-agw-pip** in the search box. Then, select the IP in the search results.
293+
270294
1. Navigate to the public IP address of the application gateway.
295+
271296
1. Your request is automatically routed to the container app, which verifies the application gateway was successfully created.
272297

273298
# [Custom domain](#tab/custom-domain)
@@ -291,8 +316,11 @@ When you no longer need the resources that you created, delete the resource grou
291316
To delete the resource group:
292317

293318
1. On the Azure portal menu, select **Resource groups** or search for and select *Resource groups*.
319+
294320
1. On the *Resource groups* page, search for and select **my-container-apps**.
321+
295322
1. On the *Resource group page*, select **Delete resource group**.
323+
296324
1. Enter **my-container-apps** under *TYPE THE RESOURCE GROUP NAME* and then select **Delete**
297325

298326
## Next steps

articles/cosmos-db/integrated-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Item cache is used for point reads (key/value look ups based on the Item ID and
5555

5656
- New writes, updates, and deletes are automatically populated in the item cache of the node that the request is routed through
5757
- Items from point read requests where the item isn’t already in the cache (cache miss) of the node the request is routed through are added to the item cache
58-
- Requests that are part of a [transactional batch](./nosql/transactional-batch.md) or written in [bulk mode](./nosql/how-to-migrate-from-bulk-executor-library.md#enable-bulk-support) don't populate the item cache
58+
- Requests that are part of a [transactional batch](./nosql/transactional-batch.md) or in [bulk mode](./nosql/how-to-migrate-from-bulk-executor-library.md#enable-bulk-support) don't populate the item cache
5959

6060
### Item cache invalidation and eviction
6161

@@ -101,7 +101,7 @@ The easiest way to configure either session or eventual consistency for all read
101101
102102
### Session consistency
103103

104-
[Session consistency](consistency-levels.md#session-consistency) is the most widely used consistency level for both single region and globally distributed Azure Cosmos DB accounts. With session consistency, single client sessions can read their own writes. Clients outside of the session performing writes will see eventual consistency when they are using the integrated cache.
104+
[Session consistency](consistency-levels.md#session-consistency) is the most widely used consistency level for both single region and globally distributed Azure Cosmos DB accounts. With session consistency, single client sessions can read their own writes. Any reads with session consistency that don't have a matching session token will incur RU charges. This includes the first request for a given item or query when the client application is started or restarted, unless you explicitly pass a valid session token. Clients outside of the session performing writes will see eventual consistency when they are using the integrated cache.
105105

106106
## MaxIntegratedCacheStaleness
107107

articles/digital-twins/how-to-create-endpoints.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ These services are the supported types of endpoints that you can create for your
4444
* [Event Hubs](../event-hubs/event-hubs-about.md) hub
4545
* [Service Bus](../service-bus-messaging/service-bus-messaging-overview.md) topic
4646

47-
>[!TIP]
48-
> For more information on the different endpoint types, see [Choose between Azure messaging services](../event-grid/compare-messaging-services.md).
4947

5048
To link an endpoint to Azure Digital Twins, the Event Grid topic, event hub, or Service Bus topic that you're using for the endpoint needs to exist already.
5149

articles/event-grid/.openpublishing.redirection.event-grid.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "compare-messaging-services.md",
5+
"redirect_url": "/azure/event-grid/overview",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "edge/advanced-filtering.md",
510
"redirect_url": "/azure/event-grid/transition",

0 commit comments

Comments
 (0)