Skip to content

Commit 9efbc37

Browse files
committed
nits
1 parent d60e217 commit 9efbc37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/networking.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ With the workload profiles environment (preview), you can fully secure your ingr
206206

207207
## <a name="mtls"></a> Environment level network encryption - preview
208208

209-
Azure Container Apps supports environment level network encryption using mutual transport layer security (mTLS). When end-to-end encryption is required, mTLS will encrypt data transmitted between applications within an environment. Applications within a Container Apps Environment are automatically authenticated. However, Container Apps currently does not support authorization for access control between applications using the built-in mTLS.
209+
Azure Container Apps supports environment level network encryption using mutual transport layer security (mTLS). When end-to-end encryption is required, mTLS will encrypt data transmitted between applications within an environment. Applications within a Container Apps environment are automatically authenticated. However, Container Apps currently does not support authorization for access control between applications using the built-in mTLS.
210210

211211
When your apps are communicating with a client outside of the environment, two-way authentication with mTLS is supported, to learn more see [configure client certificates](client-certificate-authorization.md).
212212

@@ -215,7 +215,7 @@ When your apps are communicating with a client outside of the environment, two-w
215215
216216
# [Azure CLI](#tab/azure-cli)
217217

218-
You can enable mTLS using the below commands.
218+
You can enable mTLS using the following commands.
219219

220220
On create:
221221
```azurecli
@@ -236,7 +236,7 @@ az containerapp env update \
236236

237237
# [ARM template](#tab/arm-template)
238238

239-
You can enable mTLS in the ARM template for Container Apps environments using the below.
239+
You can enable mTLS in the ARM template for Container Apps environments using the following configuration.
240240

241241
```json
242242
{

0 commit comments

Comments
 (0)