Skip to content

Commit 0469b51

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into vm-ip-ps
2 parents f436bda + 6c4bbc0 commit 0469b51

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

articles/active-directory/authentication/how-to-mfa-number-match.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use number matching in MFA notifications
44
ms.service: active-directory
55
ms.subservice: authentication
66
ms.topic: conceptual
7-
ms.date: 10/21/2022
7+
ms.date: 10/27/2022
88
ms.author: justinha
99
author: mjsantani
1010
ms.collection: M365-identity-device-management
@@ -43,7 +43,9 @@ Number matching is available for the following scenarios. When enabled, all scen
4343
>[!NOTE]
4444
>For passwordless users, enabling or disabling number matching has no impact because it's already part of the passwordless experience.
4545
46-
Number matching is available for sign-in for Azure Government. It's available for combined registration two weeks after General Availability. Number matching isn't supported for Apple Watch notifications. Apple Watch users need to use their phone to approve notifications when number matching is enabled.
46+
Number matching is available for sign-in for Azure Government. However, it's currently not available for Authenticator setup in combined registration. Number matching will be available for Authenticator setup in [combined registration](howto-registration-mfa-sspr-combined.md) by November 30, 2022 for Azure Government.
47+
48+
Number matching isn't supported for Apple Watch notifications. Apple Watch users need to use their phone to approve notifications when number matching is enabled.
4749

4850
### Multifactor authentication
4951

@@ -57,7 +59,7 @@ During self-service password reset, the Authenticator app notification will show
5759

5860
### Combined registration
5961

60-
When a user goes through combined registration to set up the Authenticator app, the user is asked to approve a notification as part of adding the account. For users who are enabled for number matching, this notification will show a number that they need to type in their Authenticator app notification. Number matching will be available for combined registration in Azure Government two weeks after General Availability.
62+
When a user goes through combined registration to set up the Authenticator app, the user is asked to approve a notification as part of adding the account. For users who are enabled for number matching, this notification will show a number that they need to type in their Authenticator app notification. Number matching will be available for Authenticator setup in combined registration in Azure Government by November 30, 2022.
6163

6264
### AD FS adapter
6365

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Integration of VNet Injection with Chaos Studio
3+
description: Chaos Studio supports VNet Injections
4+
services: chaos-studio
5+
author: prashabora
6+
ms.topic: conceptual
7+
ms.date: 10/26/2022
8+
ms.author: prashabora
9+
ms.service: chaos-studio
10+
---
11+
# VNet Injection in Chaos Studio
12+
VNet is the fundamental building block for your private network in Azure. VNet enables many Azure resources to securely communicate with each other, the internet, and on-premises networks. VNet is like a traditional network you would operate in your own data center. However, VNet also has the benefits of Azure infrastructure, scale, availability, and isolation.
13+
14+
## How VNet Injection works in Chaos Studio
15+
VNet injection allows Chaos resource provider to inject containerized workloads into your VNet. This means that resources without public internet access can be accessed via a private IP address on the VNet. Below are the steps you can follow for vnet injection:
16+
1. Register the Microsoft.ContainerInstance resource provider with your subscription (if applicable).
17+
2. Re-register the Microsoft.Chaos resource provider with your subscription.
18+
3. Create a subnet named ChaosStudioSubnet in the VNet you want to inject into.
19+
4. Set the properties.subnetId property when you create or update the Target resource. The value should be the resource ID of the subnet created in step 1.
20+
5. Start the experiment.
21+
22+
## Limitations
23+
* At present the VNet injection will only be possible in subscriptions/regions where Azure Container Instances and Azure Relay are available.
24+
* When you create a Target resource that you would like to enable with VNet injection, you will need Microsoft.Network/virtualNetworks/subnets/write access to the virtual network. For example, if the AKS cluster is deployed to VNet_A, then you must have permissions to create subnets in VNet_A in order to enable VNet injection for the AKS cluster. You will have to specify a subnet (in VNet_A) that the container will be deployed to.
25+
26+
Request Body when created Target resource with VNet injection enabled:
27+
28+
![Target resource with VNet Injection](images/chaos-studio-rp-vnet-injection.png)
29+
30+
## Next steps
31+
Now that you understand how VNet Injection can be achieved for Chaos Studio, you're ready to:
32+
- [Create and run your first experiment](chaos-studio-tutorial-service-direct-portal.md)
33+
- [Create and run your first Azure Kubernetes Service experiment](chaos-studio-tutorial-aks-portal.md)
3.74 KB
Loading
Loading

0 commit comments

Comments
 (0)