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/active-directory/authentication/concept-authentication-default-enablement.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Number matching is a good example of protection for an authentication method tha
37
37
As MFA fatigue attacks rise, number matching becomes more critical to sign-in security. As a result, Microsoft will change the default behavior for push notifications in Microsoft Authenticator.
38
38
39
39
>[!NOTE]
40
-
>Number matching will begin to be enabled for all users of Microsoft Authenticator starting February 27, 2023.
40
+
>Number matching will begin to be enabled for all users of Microsoft Authenticator starting May 08, 2023.
Copy file name to clipboardExpand all lines: articles/active-directory/authentication/concept-certificate-based-authentication-technical-deep-dive.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,41 @@ Now we'll walk through each step:
72
72
1. Azure AD completes the sign-in process by sending a primary refresh token back to indicate successful sign-in.
73
73
1. If the user sign-in is successful, the user can access the application.
74
74
75
+
## Certificate-based authentication is MFA capable
76
+
77
+
Azure AD CBA is an MFA (Multi factor authentication) capable method, that is Azure AD CBA can be either Single (SF) or Multi-factor (MF) depending on the tenant configuration. Enabling CBA for a user indicates the user is potentially capable of MFA. This means a user may need additional configuration to proof up to register other authentication methods when the user is in scope for CBA.
78
+
79
+
This can happen when:
80
+
81
+
If CBA enabled user only has a Single Factor (SF) certificate
82
+
To unblock user:
83
+
1. Use Password + SF certificate.
84
+
1. Issue Temporary Access Pass (TAP)
85
+
1. Admin adds Phone Number to user account and allows Voice/SMS method for user.
86
+
87
+
If CBA enabled user but has not yet been issued a certificate
88
+
To unblock user:
89
+
1. Issue Temporary Access Pass (TAP)
90
+
1. Admin adds Phone Number to user account and allows Voice/SMS method for user.
91
+
92
+
If CBA enabled user cannot use MF cert (such as on mobile device without smart card support)
93
+
To unblock user:
94
+
1. Issue Temporary Access Pass (TAP)
95
+
1. User Register another MFA method (when user can use MF cert)
96
+
1. Use Password + MF cert (when user can use MF cert)
97
+
1. Admin adds Phone Number to user account and allows Voice/SMS method for user
98
+
99
+
100
+
75
101
## MFA with Single-factor certificate-based authentication
76
102
77
-
Azure AD CBA supports second factors to meet MFA requirements with single-factor certificates. Users can use either passwordless sign-in or FIDO2 security keys as second factors when the first factor is single-factor CBA. Users need to have another way to get MFA and register passwordless sign-in or FIDO2 in advance to signing in with Azure AD CBA.
103
+
Azure AD CBA can be used as a second factor to meet MFA requirements with single-factor certificates. The supported combintaions are
104
+
105
+
CBA (first factor) + passwordless phone sign-in (PSI as second factor)
106
+
CBA (first factor) + FIDO2 security keys
107
+
Password (first factor) + CBA (second factor)
108
+
109
+
Users need to have another way to get MFA and register passwordless sign-in or FIDO2 in advance to signing in with Azure AD CBA.
78
110
79
111
>[!IMPORTANT]
80
112
>A user will be considered MFA capable when a user is in scope for Certificate-based authentication auth method. This means user will not be able to use proof up as part of their authentication to registerd other available methods. More info on [Azure AD MFA](../authentication/concept-mfa-howitworks.md)
Copy file name to clipboardExpand all lines: articles/active-directory/saas-apps/hpesaas-tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
78
78
`https://<SUBDOMAIN>.saas.hpe.com`
79
79
80
80
> [!NOTE]
81
-
> The Identifier value is not real. Update this value with the actual Identifier. Contact [HPE SaaS Client support team](https://www.sas.com/en_us/contact.html) to get this value. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
81
+
> The Identifier value is not real. Update this value with the actual Identifier. Contact [HPE SaaS Client support team](https://support.hpe.com/connect/s/?language=en_US) to get this value. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
82
82
83
83
5. On the **Set up Single Sign-On with SAML** page, in the **SAML Signing Certificate** section, click **Download** to download the **Federation Metadata XML** from the given options as per your requirement and save it on your computer.
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-python-postgresql-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -519,15 +519,15 @@ The [Django sample application](https://github.com/Azure-Samples/msdocs-django-p
519
519
520
520
- Django validates the HTTP_HOST header in incoming requests. The sample code uses the [`WEBSITE_HOSTNAME` environment variable in App Service](reference-app-settings.md#app-environment) to add the app's domain name to Django's [ALLOWED_HOSTS](https://docs.djangoproject.com/en/4.1/ref/settings/#allowed-hosts) setting.
- Django doesn't support [serving static files in production](https://docs.djangoproject.com/en/4.1/howto/static-files/deployment/). For this tutorial, you use [WhiteNoise](https://whitenoise.evans.io/) to enable serving the files. The WhiteNoise package was already installed with requirements.txt, and its middleware is added to the list.
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: jsuri
6
6
ms.topic: quickstart
7
7
ms.services: azure-arc
8
8
ms.subservice: azure-arc-scvmm
9
-
ms.date: 02/01/2023
9
+
ms.date: 02/17/2023
10
10
ms.custom: references_regions
11
11
---
12
12
@@ -19,12 +19,13 @@ This QuickStart shows you how to connect your SCVMM management server to Azure A
19
19
## Prerequisites
20
20
21
21
>[!Note]
22
-
>If VMM server is running on Windows Server 2016 machine, ensure that [Open SSH package](https://github.com/PowerShell/Win32-OpenSSH/releases) is installed.
22
+
>- If VMM server is running on Windows Server 2016 machine, ensure that [Open SSH package](https://github.com/PowerShell/Win32-OpenSSH/releases) is installed.
23
+
>- If you deploy an older version of appliance (version lesser than 0.2.25), Arc operation fails with the error *Appliance cluster is not deployed with AAD authentication*. To fix this issue, download the latest version of the onboarding script and deploy the resource bridge again.
23
24
24
25
|**Requirement**|**Details**|
25
26
| --- | --- |
26
27
|**Azure**| An Azure subscription <br/><br/> A resource group in the above subscription where you have the *Owner/Contributor* role. |
27
-
|**SCVMM**| You need an SCVMM management server running version 2016 or later.<br/><br/> A private cloud that has at least one cluster with minimum free capacity of 16 GB of RAM, 4 vCPUs with 100 GB of free disk space. <br/><br/> A VM network with internet access, directly or through proxy. Appliance VM will be deployed using this VM network.<br/><br/> For dynamic IP allocation to appliance VM, DHCP server is required. For static IP allocation, VMM static IP pool is required. |
28
+
|**SCVMM**| You need an SCVMM management server running version 2016 or later.<br/><br/> A private cloud with minimum free capacity of 16 GB of RAM, 4 vCPUs with 100 GB of free disk space. <br/><br/> A VM network with internet access, directly or through proxy. Appliance VM will be deployed using this VM network.<br/><br/> For dynamic IP allocation to appliance VM, DHCP server is required. For static IP allocation, VMM static IP pool is required. |
28
29
|**SCVMM accounts**| An SCVMM admin account that can perform all administrative actions on all objects that VMM manages. <br/><br/> The user should be part of local administrator account in the SCVMM server. <br/><br/>This will be used for the ongoing operation of Azure Arc-enabled SCVMM as well as the deployment of the Arc Resource bridge VM. |
29
30
|**Workstation**| The workstation will be used to run the helper script.<br/><br/> A Windows/Linux machine that can access both your SCVMM management server and internet, directly or through proxy.<br/><br/> The helper script can be run directly from the VMM server machine as well.<br/><br/> To avoid network latency issues, we recommend executing the helper script directly in the VMM server machine.<br/><br/> Note that when you execute the script from a Linux machine, the deployment takes a bit longer and you may experience performance issues. |
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/availability-zones.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ ms.custom: references_regions
18
18
Azure Monitor currently supports the following regions:
19
19
- East US 2
20
20
- West US 2
21
+
- Canada Central
22
+
- France Central
23
+
- Japan East
21
24
22
25
## Dedicated clusters
23
26
Azure Monitor support for availability zones requires a Log Analytics workspace linked to an [Azure Monitor dedicated cluster](logs-dedicated-clusters.md). Dedicated Clusters are a deployment option that enables advanced capabilities for Azure Monitor Logs including availability zones.
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/basic-logs-configure.md
+13-21Lines changed: 13 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,29 +44,21 @@ Configure a table for Basic logs if:
44
44
45
45
These tables currently support Basic logs:
46
46
47
-
|Table|Details|
47
+
|Service|Table |
48
48
|:---|:---|
49
49
| Custom tables | All custom tables created with or migrated to the [data collection rule (DCR)-based logs ingestion API.](logs-ingestion-api-overview.md)|
50
-
|[ACSCallAutomationIncomingOperations](/azure/azure-monitor/reference/tables/ACSCallAutomationIncomingOperations)| Communication Services incoming requests Calls. |
51
-
|[ACSCallRecordingSummary](/azure/azure-monitor/reference/tables/acscallrecordingsummary)| Communication Services recording summary logs. |
52
-
|[ACSRoomsIncomingOperations](/azure/azure-monitor/reference/tables/acsroomsincomingoperations)| Communication Services Rooms incoming requests operations. |
53
-
|[AHDSMedTechDiagnosticLogs](/azure/azure-monitor/reference/tables/AHDSMedTechDiagnosticLogs)| Health Data Services operational logs. |
|[AMSLiveEventOperations](/azure/azure-monitor/reference/tables/AMSLiveEventOperations)| Azure Media Services encoder connects, disconnects, or discontinues. |
56
-
|[AMSKeyDeliveryRequests](/azure/azure-monitor/reference/tables/AMSKeyDeliveryRequests)| Azure Media Services HTTP request details for key, or license acquisition. |
57
-
|[AMSMediaAccountHealth](/azure/azure-monitor/reference/tables/AMSMediaAccountHealth)| Azure Media Services account health status. |
58
-
|[AMSStreamingEndpointRequests](/azure/azure-monitor/reference/tables/AMSStreamingEndpointRequests)| Azure Media Services information about requests to streaming endpoints. |
59
-
|[ASCAuditLogs](/azure/azure-monitor/reference/tables/ASCAuditLogs)| Azure Sphere audit logs generated by Azure Sphere service and devices. |
60
-
|[ASCDeviceEvents](/azure/azure-monitor/reference/tables/ASCDeviceEvents)| Azure Sphere devices operations, with information about event types, event categories, event classes, event descriptions etc. |
61
-
|[AVNMNetworkGroupMembershipChange](/azure/azure-monitor/reference/tables/AVNMNetworkGroupMembershipChange)| Azure Virtual Network Manager changes to network group membership of network resources. |
62
-
|[AZFWNetworkRule](/azure/azure-monitor/reference/tables/AZFWNetworkRule)| Azure Firewalls network rules logs including data plane packet and rule's attributes. |
63
-
|[ContainerAppConsoleLogs](/azure/azure-monitor/reference/tables/containerappconsoleLogs)| Azure Container Apps logs, generated within a Container Apps environment. |
64
-
|[ContainerLogV2](/azure/azure-monitor/reference/tables/containerlogv2)| Used in [Container insights](../containers/container-insights-overview.md) and includes verbose text-based log records. |
65
-
|[DevCenterDiagnosticLogs](/azure/azure-monitor/reference/tables/DevCenterDiagnosticLogs)| Dev Center resources data plane audit logs. For example, dev boxes and environment stop, start, delete. |
66
-
|[StorageBlobLogs](/azure/azure-monitor/reference/tables/StorageBlobLogs)| Azure Storage blob service logs. |
67
-
|[StorageFileLogs](/azure/azure-monitor/reference/tables/StorageFileLogs)| Azure Storage file service logs. |
68
-
|[StorageQueueLogs](/azure/azure-monitor/reference/tables/StorageQueueLogs)| Azure Storage queue service logs. |
69
-
|[StorageTableLogs](/azure/azure-monitor/reference/tables/StorageTableLogs)| Azure Storage table service logs. |
| Communication Services |[ACSCallAutomationIncomingOperations](/azure/azure-monitor/reference/tables/ACSCallAutomationIncomingOperations)<br>[ACSCallRecordingSummary](/azure/azure-monitor/reference/tables/acscallrecordingsummary)<br>[ACSCallRecordingSummary](/azure/azure-monitor/reference/tables/acscallrecordingsummary)<br>[ACSRoomsIncomingOperations](/azure/azure-monitor/reference/tables/acsroomsincomingoperations)|
54
+
| Dev Center |[DevCenterDiagnosticLogs](/azure/azure-monitor/reference/tables/DevCenterDiagnosticLogs)|
| Health Data |[AHDSMedTechDiagnosticLogs](/azure/azure-monitor/reference/tables/AHDSMedTechDiagnosticLogs)|
57
+
| Media Services |[AMSLiveEventOperations](/azure/azure-monitor/reference/tables/AMSLiveEventOperations)<br>[AMSKeyDeliveryRequests](/azure/azure-monitor/reference/tables/AMSKeyDeliveryRequests)<br>[AMSMediaAccountHealth](/azure/azure-monitor/reference/tables/AMSMediaAccountHealth)<br>[AMSStreamingEndpointRequests](/azure/azure-monitor/reference/tables/AMSStreamingEndpointRequests)|
0 commit comments