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
@@ -82,10 +82,9 @@ To read more about auto-upgrade, see [Azure AD Connect: Automatic upgrade](how-t
82
82
### Release status
83
83
3/24/2022: Released for download only, not available for auto upgrade
84
84
85
-
86
85
### Bug fixes
87
86
- Fixed an issue where some sync rule functions were not parsing surrogate pairs properly.
88
-
- Fixed an issue where, under certain circumstances, the sync service would not start due to a model db corruption.
87
+
- Fixed an issue where, under certain circumstances, the sync service would not start due to a model db corruption. You can read more about the model db corroption issue in [this article](https://docs.microsoft.com/troubleshoot/azure/active-directory/resolve-model-database-corruption-sqllocaldb)
Copy file name to clipboardExpand all lines: articles/active-directory/manage-apps/view-applications-portal.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
9
9
ms.subservice: app-mgmt
10
10
ms.workload: identity
11
11
ms.topic: quickstart
12
-
ms.date: 09/07/2021
12
+
ms.date: 03/24/2022
13
13
ms.author: davidmu
14
14
ms.reviewer: arvinh
15
15
ms.custom: mode-other
@@ -45,15 +45,15 @@ To view the enterprise applications registered in your tenant:
45
45
46
46
To search for a particular application:
47
47
48
-
1.In the **Application Type**menu, select **All applications**, and choose **Apply**.
48
+
1.Select the **Application Type**filter option. Select **All applications** from the **Application Type** drop-down menu, and choose **Apply**.
49
49
1. Enter the name of the application you want to find. If the application has been added to your Azure AD tenant, it appears in the search results. For example, you can search for the **Azure AD SAML Toolkit 1** application that is used in the previous quickstarts.
50
50
1. Try entering the first few letters of an application name.
51
51
52
52
## Select viewing options
53
53
54
54
Select options according to what you're looking for:
55
55
56
-
1. You can view the applications by **Application Type**, **Application Status**, and **Application visibility**.
56
+
1. You can view the applications by **Application Type**, **Application Status**, and **Application visibility**. These three options are the default filters.
57
57
1. Under **Application Type**, choose one of these options:
-**Microsoft Applications** shows Microsoft applications.
@@ -62,6 +62,14 @@ Select options according to what you're looking for:
62
62
1. Under **Application Status**, choose **Any**, **Disabled**, or **Enabled**. The **Any** option includes both disabled and enabled applications.
63
63
1. Under **Application Visibility**, choose **Any**, or **Hidden**. The **Hidden** option shows applications that are in the tenant, but aren't visible to users.
64
64
1. After choosing the options you want, select **Apply**.
65
+
1. Select **Add filters** to add more options for filtering the search results. The other that exist are:
66
+
-**Application ID**
67
+
-**Created on**
68
+
-**Assignment required**
69
+
-**Is App Proxy**
70
+
-**Owner**
71
+
1. To remove any of the filter options already added, select the **X** icon next to the filter option.
Copy file name to clipboardExpand all lines: articles/aks/azure-files-csi.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use Container Storage Interface (CSI) drivers for Azure Files on Azure Ku
3
3
description: Learn how to use the Container Storage Interface (CSI) drivers for Azure Files in an Azure Kubernetes Service (AKS) cluster.
4
4
services: container-service
5
5
ms.topic: article
6
-
ms.date: 03/22/2021
6
+
ms.date: 03/24/2021
7
7
author: palma21
8
8
9
9
---
@@ -112,6 +112,9 @@ storageclass.storage.k8s.io/my-azurefile created
112
112
113
113
The Azure Files CSI driver supports creating [snapshots of persistent volumes](https://kubernetes-csi.github.io/docs/snapshot-restore-feature.html) and the underlying file shares.
114
114
115
+
> [!NOTE]
116
+
> This driver only supports snapshot creation, restore from snapshot is not supported by this driver, snapshot could be restored from Azure portal or CLI. To get the snapshot created, you can go to Azure Portal -> access the Storage Account -> File shares -> access the file share associated -> Snapshots. There you can click on it and restore.
117
+
115
118
Create a [volume snapshot class](https://github.com/kubernetes-sigs/azurefile-csi-driver/blob/master/deploy/example/snapshot/volumesnapshotclass-azurefile.yaml) with the [kubectl apply][kubectl-apply] command:
Copy file name to clipboardExpand all lines: articles/app-service/environment/how-to-migrate.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use the migration feature to migrate App Service Environment v2 to App Se
3
3
description: Learn how to migrate your App Service Environment v2 to App Service Environment v3 using the migration feature
4
4
author: seligj95
5
5
ms.topic: tutorial
6
-
ms.date: 2/2/2022
6
+
ms.date: 3/25/2022
7
7
ms.author: jordanselig
8
8
zone_pivot_groups: app-service-cli-portal
9
9
---
@@ -25,7 +25,7 @@ The recommended experience for the migration feature is using the [Azure portal]
25
25
26
26
For this guide, [install the Azure CLI](/cli/azure/install-azure-cli) or use the [Azure Cloud Shell](https://shell.azure.com/).
27
27
28
-
## 1. Get your App Service Environment ID
28
+
## Get your App Service Environment ID
29
29
30
30
Run these commands to get your App Service Environment ID and store it as an environment variable. Replace the placeholders for name and resource group with your values for the App Service Environment you want to migrate.
31
31
@@ -35,7 +35,7 @@ ASE_RG=<Your-Resource-Group>
35
35
ASE_ID=$(az appservice ase show --name $ASE_NAME --resource-group $ASE_RG --query id --output tsv)
36
36
```
37
37
38
-
## 2. Validate migration is supported
38
+
## Validate migration is supported
39
39
40
40
The following command will check whether your App Service Environment is supported for migration. If you receive an error or if your App Service Environment is in an unhealthy or suspended state, you can't migrate at this time. If your environment [won't be supported for migration](migrate.md#supported-scenarios) or you want to migrate to App Service Environment v3 without using the migration feature, see the [manual migration options](migration-alternatives.md).
41
41
@@ -45,7 +45,7 @@ az rest --method post --uri "${ASE_ID}/migrate?api-version=2021-02-01&phase=vali
45
45
46
46
If there are no errors, your migration is supported and you can continue to the next step.
47
47
48
-
## 3. Generate IP addresses for your new App Service Environment v3
48
+
## Generate IP addresses for your new App Service Environment v3
49
49
50
50
Run the following command to create the new IPs. This step will take about 15 minutes to complete. Don't scale or make changes to your existing App Service Environment during this time.
51
51
@@ -65,11 +65,11 @@ If it's in progress, you'll get a status of "Migrating". Once you get a status o
65
65
az rest --method get --uri "${ASE_ID}/configurations/networking?api-version=2021-02-01"
66
66
```
67
67
68
-
## 4. Update dependent resources with new IPs
68
+
## Update dependent resources with new IPs
69
69
70
70
Don't move on to migration immediately after completing the previous step. Using the new IPs, update any resources and networking components to ensure your new environment functions as intended once migration is complete. It's your responsibility to make any necessary updates.
71
71
72
-
## 5. Delegate your App Service Environment subnet
72
+
## Delegate your App Service Environment subnet
73
73
74
74
App Service Environment v3 requires the subnet it's in to have a single delegation of `Microsoft.Web/hostingEnvironments`. Previous versions didn't require this delegation. You'll need to confirm your subnet is delegated properly and update the delegation if needed before migrating. You can update the delegation either by running the following command or by navigating to the subnet in the [Azure portal](https://portal.azure.com).
Only start this step once you've completed all pre-migration actions listed previously and understand the [implications of migration](migrate.md#migrate-to-app-service-environment-v3) including what will happen during this time. There will be about one hour of downtime. Scaling and modifications to your existing App Service Environment will be blocked during this step.
85
85
@@ -105,7 +105,7 @@ az appservice ase show --name $ASE_NAME --resource-group $ASE_RG
105
105
106
106
::: zone pivot="experience-azp"
107
107
108
-
## 1. Validate migration is supported
108
+
## Validate migration is supported
109
109
110
110
From the [Azure portal](https://portal.azure.com), navigate to the **Overview** page for the App Service Environment you'll be migrating. The platform will validate if migration is supported for your App Service Environment. Wait a couple seconds after the page loads for this validation to take place.
111
111
@@ -121,25 +121,25 @@ The migration page will guide you through the series of steps to complete the mi
## 2. Generate IP addresses for your new App Service Environment v3
124
+
## Generate IP addresses for your new App Service Environment v3
125
125
126
126
Under **Generate new IP addresses**, confirm you understand the implications and start the process. This step will take about 15 minutes to complete. Don't scale or make changes to your existing App Service Environment during this time. If you may see a message a few minutes after starting this step asking you to refresh the page, select refresh as shown in the sample to allow your new IP addresses to appear.
127
127
128
128

129
129
130
-
## 3. Update dependent resources with new IPs
130
+
## Update dependent resources with new IPs
131
131
132
132
When the previous step finishes, you'll be shown the IP addresses for your new App Service Environment v3. Using the new IPs, update any resources and networking components to ensure your new environment functions as intended once migration is complete. It's your responsibility to make any necessary updates. Don't move on to the next step until you confirm that you have made these updates.
133
133
134
134

135
135
136
-
## 4. Delegate your App Service Environment subnet
136
+
## Delegate your App Service Environment subnet
137
137
138
138
App Service Environment v3 requires the subnet it's in to have a single delegation of `Microsoft.Web/hostingEnvironments`. Previous versions didn't require this delegation. You'll need to confirm your subnet is delegated properly and update the delegation if needed before migrating. A link to your subnet is given so that you can confirm and update as needed.
Once you've completed all of the above steps, you can start migration. Make sure you understand the [implications of migration](migrate.md#migrate-to-app-service-environment-v3) including what will happen during this time. There will be about one hour of downtime. Scaling and modifications to your existing App Service Environment will be blocked during this step.
0 commit comments