You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/howto-deploy-java-liberty-app.md
+41-42Lines changed: 41 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,15 +88,15 @@ If you navigated away from the **Deployment is in progress** page, the following
88
88
*`cmdToConnectToCluster`
89
89
*`appDeploymentTemplateYaml` if you select **No** to **Deploy an application?** when deploying the Marketplace offer; or `appDeploymentYaml` if you select **yes** to **Deploy an application?**.
90
90
91
-
### [Bash](#tab/in-bash)
91
+
# [Bash](#tab/in-bash)
92
92
93
-
Paste the value of `appDeploymentTemplateYaml` or `appDeploymentYaml` into a Bash shell, append `| grep secretName`, and execute. This command will output the Ingress TLS secret name, such as `- secretName: secret785e2c`. Save aside the value for `secretName` from the output.
93
+
Paste the value of `appDeploymentTemplateYaml` or `appDeploymentYaml` into a Bash shell, append `| grep secretName`, and execute. This command will output the Ingress TLS secret name, such as `- secretName: secret785e2c`. Save aside the value for `secretName` from the output.
94
94
95
-
### [PowerShell](#tab/in-powershell)
95
+
# [PowerShell](#tab/in-powershell)
96
96
97
-
Paste the quoted string in `appDeploymentTemplateYaml` or `appDeploymentYaml` into a PowerShell, append `| ForEach-Object { [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($_)) } | Select-String "secretName"`, and execute. This command will output the Ingress TLS secret name, such as `- secretName: secret785e2c`. Save aside the value for `secretName` from the output.
97
+
Paste the quoted string in `appDeploymentTemplateYaml` or `appDeploymentYaml` into a PowerShell, append `| ForEach-Object { [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($_)) } | Select-String "secretName"`, and execute. This command will output the Ingress TLS secret name, such as `- secretName: secret785e2c`. Save aside the value for `secretName` from the output.
98
98
99
-
---
99
+
---
100
100
101
101
These values will be used later in this article. Note that several other useful commands are listed in the outputs.
102
102
@@ -170,7 +170,7 @@ In directory *liberty/config*, the *server.xml* file is used to configure the DB
170
170
171
171
Now that you've gathered the necessary properties, you can build the application. The POM file for the project reads many variables from the environment. As part of the Maven build, these variables are used to populate values in the YAML files located in *src/main/aks*. You can do something similar for your application outside Maven if you prefer.
docker tag javaee-cafe:v1 ${Env:LOGIN_SERVER}/javaee-cafe:v1
@@ -342,36 +341,36 @@ Use the following steps to deploy and test the application:
342
341
343
342
1. Go to `https://<ADDRESS>` to test the application. For your convenience, this shell command will create an environment variable whose value you can paste straight into the browser.
If the web page doesn't render correctly or returns a `502 Bad Gateway` error, that's because the app is still starting in the background. Wait for a few minutes and then try again.
362
361
363
362
## Clean up resources
364
363
365
364
To avoid Azure charges, you should clean up unnecessary resources. When the cluster is no longer needed, use the [az group delete](/cli/azure/group#az-group-delete) command to remove the resource group, container service, container registry, and all related resources.
366
365
367
-
### [Bash](#tab/in-bash)
366
+
# [Bash](#tab/in-bash)
368
367
369
368
```bash
370
369
az group delete --name $RESOURCE_GROUP_NAME --yes --no-wait
371
370
az group delete --name <db-resource-group> --yes --no-wait
372
371
```
373
372
374
-
### [PowerShell](#tab/in-powershell)
373
+
# [PowerShell](#tab/in-powershell)
375
374
376
375
```powershell
377
376
az group delete --name $Env:RESOURCE_GROUP_NAME --yes --no-wait
Copy file name to clipboardExpand all lines: articles/aks/use-managed-identity.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: article
5
5
ms.custom:
6
6
- devx-track-azurecli
7
7
- ignite-2023
8
-
ms.date: 07/31/2023
8
+
ms.date: 01/22/2024
9
9
---
10
10
11
11
# Use a managed identity in Azure Kubernetes Service (AKS)
@@ -59,6 +59,8 @@ AKS uses several managed identities for built-in services and add-ons.
59
59
60
60
> [!NOTE]
61
61
> AKS creates a user-assigned kubelet identity in the node resource group if you don't [specify your own kubelet managed identity][use-a-pre-created-kubelet-managed-identity].
62
+
>
63
+
> If your cluster already uses a managed identity and you change that identity, for example, updating from a system-assigned identity to a user-assigned identity, or updating to a different user-assigned identity, there's a delay for the control plane components to switch to the new identity. The control plane components continue using the old identity until its token expires. After the token refreshes, the control plane switches to use the new identity. This process can take several hours.
62
64
63
65
1. Create an Azure resource group using the [`az group create`][az-group-create] command.
Copy file name to clipboardExpand all lines: articles/backup/azure-file-share-support-matrix.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
---
2
-
title: Support Matrix for Azure file share backup
2
+
title: Support Matrix for Azure file share backup by using Azure Backup
3
3
description: Provides a summary of support settings and limitations when backing up Azure file shares.
4
4
ms.topic: conceptual
5
-
ms.date: 10/14/2022
6
-
ms.custom: references_regions
5
+
ms.date: 04/27/2023
6
+
ms.custom: references_regions, engagement-fy24
7
7
ms.service: backup
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-abhmallick
10
10
---
11
11
12
12
# Support matrix for Azure file share backup
13
13
14
+
This article summarizes the supported settings and limitations when backing up Azure file shares by using Azure Backup.
15
+
14
16
You can use the [Azure Backup service](./backup-overview.md) to back up Azure file shares. This article summarizes support settings when you back up Azure file shares with Azure Backup.
0 commit comments