Skip to content

Commit 3de5995

Browse files
authored
Merge pull request #191278 from MicrosoftDocs/main
3/10 AM Publish
2 parents 020d6ed + 91dbc9f commit 3de5995

File tree

118 files changed

+1435
-1359
lines changed

Some content is hidden

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

118 files changed

+1435
-1359
lines changed

.openpublishing.redirection.media-services.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,52 @@
639639
"source_path_from_root": "/articles/media-services/latest/job-create-cli-how-to.md",
640640
"redirect_url": "/azure/media-services/latest/job-create-how-to",
641641
"redirect_document_id": false
642+
},
643+
{
644+
"source_path_from_root": "/articles/media-services/latest/transform-subclip-video-dotnet-how-to.md",
645+
"redirect_url": "/azure/media-services/latest/transform-subclip-video-how-to",
646+
"redirect_document_id": false
647+
},
648+
{
649+
"source_path_from_root": "/articles/media-services/latest/transform-subclip-video-rest-how-to.md",
650+
"redirect_url": "/azure/media-services/latest/transform-subclip-video-how-to",
651+
"redirect_document_id": false
652+
},
653+
{
654+
"source_path_from_root": "/articles/media-services/latest/transform-custom-presets-how-to.md",
655+
"redirect_url": "/azure/media-services/latest/transform-custom-transform-how-to",
656+
"redirect_document_id": false
657+
},
658+
{
659+
"source_path_from_root": "/articles/media-services/latest/transform-generate-thumbnails-dotnet-how-to.md",
660+
"redirect_url": "/azure/media-services/latest/transform-generate-thumbnails-how-to",
661+
"redirect_document_id": false
642662
},
663+
{
664+
"source_path_from_root": "/articles/media-services/latest/crop-howto.md",
665+
"redirect_url": "/azure/media-services/latest/transform-crop-how-to",
666+
"redirect_document_id": false
667+
},
668+
{
669+
"source_path_from_root": "/articles/media-services/latest/transform-custom-preset-cli-how-to.md",
670+
"redirect_url": "/azure/media-services/latest/transform-custom-transform-how-to",
671+
"redirect_document_id": false
672+
},
673+
{
674+
"source_path_from_root": "/articles/media-services/latest/transform-custom-preset-rest-how-to.md",
675+
"redirect_url": "/azure/media-services/latest/transform-custom-transform-how-to",
676+
"redirect_document_id": false
677+
},
678+
{
679+
"source_path_from_root": "/articles/media-services/latest/transform-generate-thumbnails-rest-how-to.md",
680+
"redirect_url": "/azure/media-services/latest/transform-generate-thumbnails-how-to",
681+
"redirect_document_id": false
682+
},
683+
{
684+
"source_path_from_root": "/articles/media-services/latest/media-reserved-units-cli-how-to.md",
685+
"redirect_url": "/azure/media-services/latest/media-reserved-units-how-to",
686+
"redirect_document_id": false
687+
},
643688
{
644689
"source_path_from_root": "/articles/media-services/latest/latest/asset-publish-cli-how-to.md",
645690
"redirect_url": "/azure/media-services/latest/video-on-demand-simple-portal-quickstart",

articles/active-directory/conditional-access/concept-continuous-access-evaluation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ There are two scenarios that make up continuous access evaluation, critical even
4141

4242
### Critical event evaluation
4343

44-
Continuous access evaluation is implemented by enabling services, like Exchange Online, SharePoint Online, and Teams, to subscribe to critical Azure AD events. Those events can then be evaluated and enforced near real time. Critical event evaluation doesn't rely on Conditional Access policies so is available in any tenant. The following events are currently evaluated:
44+
Continuous access evaluation is implemented by enabling services, like Exchange Online, SharePoint Online, and Teams, to subscribe to critical Azure AD events. Those events can then be evaluated and enforced near real time. Critical event evaluation doesn't rely on Conditional Access policies so it is available in any tenant. The following events are currently evaluated:
4545

4646
- User Account is deleted or disabled
4747
- Password for a user is changed or reset

articles/active-directory/develop/whats-new-docs.md

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
author: mmacy
77
manager: CelesteDG
88

9-
ms.date: 03/01/2022
9+
ms.date: 03/10/2022
1010
ms.service: active-directory
1111
ms.subservice: develop
1212
ms.topic: reference
@@ -21,11 +21,6 @@ Welcome to what's new in the Microsoft identity platform documentation. This art
2121

2222
## February 2022
2323

24-
### New articles
25-
26-
- [Quickstart: Sign in users and call the Microsoft Graph API from an Android app](mobile-app-quickstart-portal-android.md)
27-
- [Quickstart: Sign in users and call the Microsoft Graph API from an iOS or macOS app](mobile-app-quickstart-portal-ios.md)
28-
2924
### Updated articles
3025

3126
- [Desktop app that calls web APIs: Acquire a token using WAM](scenario-desktop-acquire-token-wam.md)
@@ -35,11 +30,6 @@ Welcome to what's new in the Microsoft identity platform documentation. This art
3530
### New articles
3631

3732
- [Access Azure AD protected resources from an app in Google Cloud (preview)](workload-identity-federation-create-trust-gcp.md)
38-
- [Quickstart: Acquire a token and call the Microsoft Graph API by using a console app's identity](console-app-quickstart.md)
39-
- [Quickstart: Acquire a token and call Microsoft Graph API from a desktop application](desktop-app-quickstart.md)
40-
- [Quickstart: Add sign-in with Microsoft to a web app](web-app-quickstart.md)
41-
- [Quickstart: Protect a web API with the Microsoft identity platform](web-api-quickstart.md)
42-
- [Quickstart: Sign in users and call the Microsoft Graph API from a mobile application](mobile-app-quickstart.md)
4333

4434
### Updated articles
4535

@@ -50,16 +40,11 @@ Welcome to what's new in the Microsoft identity platform documentation. This art
5040
- [Exchange a SAML token issued by AD FS for a Microsoft Graph access token](v2-saml-bearer-assertion.md)
5141
- [Logging in MSAL.js](msal-logging-js.md)
5242
- [Permissions and consent in the Microsoft identity platform](v2-permissions-and-consent.md)
53-
- [Quickstart: Acquire a token and call Microsoft Graph API from a Java console app using app's identity](quickstart-v2-java-daemon.md)
54-
- [Quickstart: Acquire a token and call Microsoft Graph API from a Python console app using app's identity](quickstart-v2-python-daemon.md)
55-
- [Quickstart: Add sign-in with Microsoft to a Java web app](quickstart-v2-java-webapp.md)
56-
- [Quickstart: Add sign-in with Microsoft to a Python web app](quickstart-v2-python-webapp.md)
57-
- [Quickstart: Add sign-in with Microsoft to an ASP.NET Core web app](quickstart-v2-aspnet-core-webapp.md)
58-
- [Quickstart: ASP.NET web app that signs in Azure AD users](quickstart-v2-aspnet-webapp.md)
59-
- [Quickstart: Get a token and call the Microsoft Graph API by using a console app's identity](quickstart-v2-netcore-daemon.md)
60-
- [Quickstart: Protect an ASP.NET Core web API with the Microsoft identity platform](quickstart-v2-aspnet-core-web-api.md)
61-
- [Quickstart: Sign in users and call the Microsoft Graph API from an Android app](quickstart-v2-android.md)
62-
- [Quickstart: Sign in users and call the Microsoft Graph API from an iOS or macOS app](quickstart-v2-ios.md)
43+
- [Quickstart: Acquire a token and call the Microsoft Graph API by using a console app's identity](console-app-quickstart.md)
44+
- [Quickstart: Acquire a token and call Microsoft Graph API from a desktop application](desktop-app-quickstart.md)
45+
- [Quickstart: Add sign-in with Microsoft to a web app](web-app-quickstart.md)
46+
- [Quickstart: Protect a web API with the Microsoft identity platform](web-api-quickstart.md)
47+
- [Quickstart: Sign in users and call the Microsoft Graph API from a mobile application](mobile-app-quickstart.md)
6348

6449
## December 2021
6550

@@ -75,5 +60,4 @@ Welcome to what's new in the Microsoft identity platform documentation. This art
7560

7661
- [Claims mapping policy type](reference-claims-mapping-policy-type.md)
7762
- [Microsoft identity platform developer glossary](developer-glossary.md)
78-
- [Quickstart: Sign in and get an access token in an Angular SPA using the auth code flow](quickstart-v2-javascript-auth-code-angular.md)
7963
- [Token cache serialization in MSAL.NET](msal-net-token-cache-serialization.md)

articles/active-directory/enterprise-users/licensing-service-plan-reference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: active-directory
1313
ms.subservice: enterprise-users
1414
ms.topic: reference
1515
ms.workload: identity
16-
ms.date: 02/16/2022
16+
ms.date: 03/10/2022
1717
ms.author: nicholak
1818
ms.reviewer: Nicholak-MS
1919
ms.custom: "it-pro;seo-update-azuread-jan"
@@ -32,7 +32,7 @@ When managing licenses in [the Azure portal](https://portal.azure.com/#blade/Mic
3232
- **Service plans included (friendly names)**: A list of service plans (friendly names) in the product that correspond to the string ID and GUID
3333

3434
>[!NOTE]
35-
>This information last updated on February 16th, 2022.<br/>You can also download a CSV version of this table [here](https://download.microsoft.com/download/e/3/e/e3e9faf2-f28b-490a-9ada-c6089a1fc5b0/Product%20names%20and%20service%20plan%20identifiers%20for%20licensing.csv).
35+
>This information last updated on March 10th, 2022.<br/>You can also download a CSV version of this table [here](https://download.microsoft.com/download/e/3/e/e3e9faf2-f28b-490a-9ada-c6089a1fc5b0/Product%20names%20and%20service%20plan%20identifiers%20for%20licensing.csv).
3636
><br/>
3737
3838
| Product name | String ID | GUID | Service plans included | Service plans included (friendly names) |
@@ -289,6 +289,7 @@ When managing licenses in [the Azure portal](https://portal.azure.com/#blade/Mic
289289
| SKYPE FOR BUSINESS PSTN DOMESTIC CALLING | MCOPSTN1 | 0dab259f-bf13-4952-b7f8-7db8f131b28d | MCOPSTN1 (4ed3ff63-69d7-4fb7-b984-5aec7f605ca8) | DOMESTIC CALLING PLAN (4ed3ff63-69d7-4fb7-b984-5aec7f605ca8) |
290290
| SKYPE FOR BUSINESS PSTN DOMESTIC CALLING (120 Minutes)| MCOPSTN5 | 54a152dc-90de-4996-93d2-bc47e670fc06 | MCOPSTN5 (54a152dc-90de-4996-93d2-bc47e670fc06) | DOMESTIC CALLING PLAN (54a152dc-90de-4996-93d2-bc47e670fc06) |
291291
| Skype for Business PSTN Usage Calling Plan | MCOPSTNPP | 06b48c5f-01d9-4b18-9015-03b52040f51a | MCOPSTN3 (6b340437-d6f9-4dc5-8cc2-99163f7f83d6) | MCOPSTN3 (6b340437-d6f9-4dc5-8cc2-99163f7f83d6) |
292+
| Teams Phone with Calling Plan | MCOTEAMS_ESSENTIALS | ae2343d1-0999-43f6-ae18-d816516f6e78 | MCOPSTN1 (4ed3ff63-69d7-4fb7-b984-5aec7f605ca8)<br/>MCOEV (4828c8ec-dc2e-4779-b502-87ac9ce28ab7) | Microsoft 365 Domestic Calling Plan (4ed3ff63-69d7-4fb7-b984-5aec7f605ca8)<br/>Microsoft 365 Phone System (4828c8ec-dc2e-4779-b502-87ac9ce28ab7) |
292293
| Teams Rooms Premium | MTR_PREM | 4fb214cb-a430-4a91-9c91-4976763aa78f | MMR_P1 (bdaa59a3-74fd-4137-981a-31d4f84eb8a0)<br/>MCOMEETADV (3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40)<br/>MCOEV (4828c8ec-dc2e-4779-b502-87ac9ce28ab7)<br/>INTUNE_A (c1ec4a95-1f05-45b3-a911-aa3fa01094f5)<br/>TEAMS1 (57ff2da0-773e-42df-b2af-ffb7a2317929)<br/>MCOSTANDARD (0feaeb32-d00e-4d66-bd5a-43b5b83db82c)<br/>WHITEBOARD_PLAN3 (4a51bca5-1eff-43f5-878c-177680f191af) | Meeting Room Managed Services (bdaa59a3-74fd-4137-981a-31d4f84eb8a0)<br/>Microsoft 365 Audio Conferencing (3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40)<br/>Microsoft 365 Phone System (4828c8ec-dc2e-4779-b502-87ac9ce28ab7)<br/>Microsoft Intune (c1ec4a95-1f05-45b3-a911-aa3fa01094f5)<br/>Microsoft Teams (57ff2da0-773e-42df-b2af-ffb7a2317929)<br/>Skype for Business Online (Plan 2) (0feaeb32-d00e-4d66-bd5a-43b5b83db82c)<br/>Whiteboard (Plan 3) (4a51bca5-1eff-43f5-878c-177680f191af) |
293294
| TELSTRA CALLING FOR O365 | MCOPSTNEAU2 | de3312e1-c7b0-46e6-a7c3-a515ff90bc86 | MCOPSTNEAU (7861360b-dc3b-4eba-a3fc-0d323a035746) | AUSTRALIA CALLING PLAN (7861360b-dc3b-4eba-a3fc-0d323a035746) |
294295
| Universal Print | UNIVERSAL_PRINT | 9f3d9c1d-25a5-4aaa-8e59-23a1e6450a67 | EXCHANGE_S_FOUNDATION (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>UNIVERSAL_PRINT_01 (795f6fe0-cc4d-4773-b050-5dde4dc704c9) | Exchange Foundation (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>Universal Print (795f6fe0-cc4d-4773-b050-5dde4dc704c9) |

articles/aks/azure-disk-csi.md

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Container Storage Interface (CSI) drivers for Azure Disks on Azure Ku
33
description: Learn how to use the Container Storage Interface (CSI) drivers for Azure disks in an Azure Kubernetes Service (AKS) cluster.
44
services: container-service
55
ms.topic: article
6-
ms.date: 10/15/2021
6+
ms.date: 03/09/2022
77
author: palma21
88

99
---
@@ -26,6 +26,7 @@ Besides original in-tree driver features, Azure Disk CSI driver already provides
2626
- `Premium_ZRS`, `StandardSSD_ZRS` disk types are supported, check more details about [Zone-redundant storage for managed disks](../virtual-machines/disks-redundancy.md)
2727
- [Snapshot](#volume-snapshots)
2828
- [Volume clone](#clone-volumes)
29+
- [Resize disk PV without downtime](#resize-a-persistent-volume-without-downtime)
2930

3031
## Use CSI persistent volumes with Azure disks
3132

@@ -208,7 +209,7 @@ outfile
208209
test.txt
209210
```
210211

211-
## Resize a persistent volume
212+
## Resize a persistent volume without downtime
212213

213214
You can instead request a larger volume for a PVC. Edit the PVC object, and specify a larger size. This change triggers the expansion of the underlying volume that backs the PV.
214215

@@ -225,15 +226,8 @@ Filesystem Size Used Avail Use% Mounted on
225226
```
226227

227228
> [!IMPORTANT]
228-
> Currently, the Azure disk CSI driver only supports resizing PVCs with no pods associated (and the volume not mounted to a specific node).
229-
230-
As such, let's delete the pod we created earlier:
231-
232-
```console
233-
$ kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/deploy/example/nginx-pod-azuredisk.yaml
234-
235-
pod "nginx-azuredisk" deleted
236-
```
229+
> Currently, Azure disk CSI driver supports resizing PVCs without downtime on specific regions.
230+
> Follow this [link][expand-an-azure-managed-disk] to register the disk online resize feature.
237231

238232
Let's expand the PVC by increasing the `spec.resources.requests.storage` field:
239233

@@ -253,18 +247,7 @@ pvc-391ea1a6-0191-4022-b915-c8dc4216174a 15Gi RWO Delete
253247
(...)
254248
```
255249

256-
> [!NOTE]
257-
> The PVC won't reflect the new size until it has a pod associated to it again.
258-
259-
Let's create a new pod:
260-
261-
```console
262-
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/deploy/example/nginx-pod-azuredisk.yaml
263-
264-
pod/nginx-azuredisk created
265-
```
266-
267-
And, finally, confirm the size of the PVC and inside the pod:
250+
And after a few minutes, confirm the size of the PVC and inside the pod:
268251

269252
```console
270253
$ kubectl get pvc pvc-azuredisk
@@ -393,10 +376,6 @@ $ kubectl exec -it busybox-azuredisk-0 -- cat c:\mnt\azuredisk\data.txt # on Win
393376
(...)
394377
```
395378

396-
## Using Azure tags
397-
398-
For more details on using Azure tags, see [Use Azure tags in Azure Kubernetes Service (AKS)][use-tags].
399-
400379
## Next steps
401380

402381
- To learn how to use CSI drivers for Azure Files, see [Use Azure Files with CSI drivers](azure-files-csi.md).
@@ -414,6 +393,7 @@ For more details on using Azure tags, see [Use Azure tags in Azure Kubernetes Se
414393
[azure-disk-volume]: azure-disk-volume.md
415394
[azure-files-pvc]: azure-files-dynamic-pv.md
416395
[premium-storage]: ../virtual-machines/disks-types.md
396+
[expand-an-azure-managed-disk]: ../virtual-machines/linux/expand-disks.md#expand-an-azure-managed-disk
417397
[az-disk-list]: /cli/azure/disk#az_disk_list
418398
[az-snapshot-create]: /cli/azure/snapshot#az_snapshot_create
419399
[az-disk-create]: /cli/azure/disk#az_disk_create
@@ -429,4 +409,3 @@ For more details on using Azure tags, see [Use Azure tags in Azure Kubernetes Se
429409
[az-feature-register]: /cli/azure/feature#az_feature_register
430410
[az-feature-list]: /cli/azure/feature#az_feature_list
431411
[az-provider-register]: /cli/azure/provider#az_provider_register
432-
[use-tags]: use-tags.md

0 commit comments

Comments
 (0)