Skip to content

Commit 4361011

Browse files
authored
Merge pull request #200720 from MicrosoftDocs/main
6/07 OOB Publish at 7:45 AM
2 parents 8c9b010 + a7f9932 commit 4361011

File tree

42 files changed

+496
-69
lines changed

Some content is hidden

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

42 files changed

+496
-69
lines changed

articles/active-directory-b2c/relyingparty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following example shows a **RelyingParty** element in the *B2C_1A_signup_sig
4343
<UserJourneyBehaviors>
4444
<SingleSignOn Scope="Tenant" KeepAliveInDays="7"/>
4545
<SessionExpiryType>Rolling</SessionExpiryType>
46-
<SessionExpiryInSeconds>300</SessionExpiryInSeconds>
46+
<SessionExpiryInSeconds>900</SessionExpiryInSeconds>
4747
<JourneyInsights TelemetryEngine="ApplicationInsights" InstrumentationKey="your-application-insights-key" DeveloperMode="true" ClientEnabled="false" ServerEnabled="true" TelemetryVersion="1.0.0" />
4848
<ContentDefinitionParameters>
4949
<Parameter Name="campaignId">{OAUTH-KV:campaignId}</Parameter>

articles/azure-arc/index.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ conceptualContent:
141141
- url: ./vmware-vsphere/overview.md
142142
itemType: overview
143143
text: Azure Arc-enabled VMware vSphere (preview)
144+
- url: ./system-center-virtual-machine-manager/overview.md
145+
itemType: overview
146+
text: Azure Arc-enabled System Center Virtual Machine Manager (preview)
144147
# Card
145148
- title: Application services
146149
links:

articles/azure-arc/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ For information, see the [Azure pricing page](https://azure.microsoft.com/pricin
8585
* Learn about [Azure Arc-enabled data services](https://azure.microsoft.com/services/azure-arc/hybrid-data-services/).
8686
* Learn about [SQL Server on Azure Arc-enabled servers](/sql/sql-server/azure-arc/overview).
8787
* Learn about [Azure Arc-enabled VMware vSphere](vmware-vsphere/overview.md) and [Azure Arc-enabled Azure Stack HCI](/azure-stack/hci/manage/azure-arc-enabled-virtual-machines)
88-
* Experience Azure Arc-enabled services by exploring the [Jumpstart proof of concept](https://azurearcjumpstart.io/azure_arc_jumpstart/).
88+
* Learn about [Azure Arc-enabled System Center Virtual Machine Manager](system-center-virtual-machine-manager/overview.md)
89+
* Experience Azure Arc-enabled services by exploring the [Jumpstart proof of concept](https://azurearcjumpstart.io/azure_arc_jumpstart/).
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Create a virtual machine on System Center Virtual Machine Manager using Azure Arc
3+
description: This article helps you create a virtual machine using Azure portal.
4+
ms.date: 05/25/2022
5+
ms.topic: conceptual
6+
ms.services: azure-arc
7+
author: jyothisuri
8+
ms.author: jsuri
9+
keywords: "VMM, Arc, Azure"
10+
---
11+
12+
13+
# Create a virtual machine on System Center Virtual Machine Manager using Azure Arc
14+
15+
Once your administrator has connected an SCVMM management server to Azure, represented VMM resources such as private clouds, VM templates in Azure, and provided you the required permissions on those resources, you'll be able to create a virtual machine in Azure.
16+
17+
## Prerequisites
18+
19+
- An Azure subscription and resource group where you have *Arc SCVMM VM Contributor* role.
20+
- A cloud resource on which you have *Arc SCVMM Private Cloud Resource User* role.
21+
- A virtual machine template resource on which you have *Arc SCVMM Private Cloud Resource User role*.
22+
- A virtual network resource on which you have *Arc SCVMM Private Cloud Resource User* role.
23+
24+
## How to create a VM in Azure portal
25+
26+
1. Go to Azure portal.
27+
2. Select **Azure Arc** as the service and then select **Azure Arc virtual machine** from the left blade.
28+
3. Click **+ Create**, **Create an Azure Arc virtual machine** page opens.
29+
30+
3. Under **Basics** > **Project details**, select the **Subscription** and **Resource group** where you want to deploy the VM.
31+
4. Under **Instance details**, provide the following details:
32+
- Virtual machine name - Specify the name of the virtual machine.
33+
- Custom location - Select the custom location that your administrator has shared with you.
34+
- Virtual machine kind – Select **System Center Virtual Machine Manager**.
35+
- Cloud – Select the target VMM private cloud.
36+
- Availability set - (Optional) Use availability sets to identify virtual machines that you want VMM to keep on separate hosts for improved continuity of service.
37+
5. Under **Template details**, provide the following details:
38+
- Template – Choose the VM template for deployment.
39+
- Override template details - Select the checkbox to override the default CPU cores and memory on the VM templates.
40+
- Specify computer name for the VM, if the VM template has computer name associated with it.
41+
6. Under **Administrator account**, provide the following details and click **Next : Disks >**.
42+
- Username
43+
- Password
44+
- Confirm password
45+
7. Under **Disks**, you can optionally change the disks configured in the template. You can add more disks or update existing disks.
46+
8. Under **Networking**, you can optionally change the network interfaces configured in the template. You can add Network interface cards (NICs) or update the existing NICs. You can also change the network that this NIC will be attached to provided you have appropriate permissions to the network resource.
47+
9. Under **Advanced**, enable processor compatibility mode if required.
48+
10. Under **Tags**, you can optionally add tags to the VM resource.
49+
>[!NOTE]
50+
> Custom properties defined for the VM in VMM will be synced as tags in Azure.
51+
52+
11. Under **Review + create**, review all the properties and select **Create**. The VM will be created in a few minutes.
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Enable SCVMM inventory resources in Azure Arc center
3+
description: This article helps you enable SCVMM inventory resources from Azure portal
4+
ms.service: azure-arc
5+
author: jyothisuri
6+
ms.reviewer: jsuri
7+
ms.date: 05/25/2022
8+
ms.topic: how-to
9+
keywords: "VMM, Arc, Azure"
10+
---
11+
12+
# Enable SCVMM inventory resources from Azure portal
13+
14+
The article describes how you can view SCVMM management servers and enable SCVMM inventory from Azure portal, after connecting to the SCVMM management server.
15+
16+
## View SCVMM management servers
17+
18+
You can view all the connected SCVMM management servers under **SCVMM management servers** in Azure Arc center.
19+
20+
:::image type="content" source="media/enable-scvmm-inventory-resources/view-scvmm-servers-inline.png" alt-text="Screenshot of how to view SCVMM servers." lightbox="media/enable-scvmm-inventory-resources/view-scvmm-servers-expanded.png":::
21+
22+
In the inventory view, you can browse the virtual machines (VMs), VMM clouds, VM network, and VM templates.
23+
Under each inventory, you can select and enable one or more SCVMM resources in Azure to create an Azure resource representing your SCVMM resource.
24+
25+
You can further use the Azure resource to assign permissions or perform management operations.
26+
27+
## Enable SCVMM cloud, VM templates and VM networks in Azure
28+
29+
To enable the SCVMM inventory resources, follow these steps:
30+
31+
1. From Azure home > **Azure Arc** center, go to **SCVMM management servers (preview)** blade and go to inventory resources blade.
32+
33+
:::image type="content" source="media/enable-scvmm-inventory-resources/scvmm-server-blade-inline.png" alt-text="Screenshot of how to go to SCVMM management servers blade." lightbox="media/enable-scvmm-inventory-resources/scvmm-server-blade-expanded.png":::
34+
35+
1. Select the resource(s) you want to enable and select **Enable in Azure**.
36+
37+
:::image type="content" source="media/enable-scvmm-inventory-resources/scvmm-enable-azure-inline.png" alt-text="Screenshot of how to enable in Azure option." lightbox="media/enable-scvmm-inventory-resources/scvmm-enable-azure-expanded.png":::
38+
39+
1. In **Enable in Azure**, select your **Azure subscription** and **Resource Group** and select **Enable**.
40+
41+
:::image type="content" source="media/enable-scvmm-inventory-resources/scvmm-select-sub-resource-inline.png" alt-text="Screenshot of how to select subscription and resource group." lightbox="media/enable-scvmm-inventory-resources/scvmm-select-sub-resource-expanded.png":::
42+
43+
The deployment is initiated and it creates a resource in Azure, representing your SCVMM resources. It allows you to manage the access to these resources through the Azure role-based access control (RBAC) granularly.
44+
45+
Repeat the above steps for one or more VM networks and VM template resources.
46+
47+
## Enable existing virtual machines in Azure
48+
49+
To enable the existing virtual machines in Azure, follow these steps:
50+
51+
1. From Azure home > **Azure Arc** center, go to **SCVMM management servers (preview)** blade and go to inventory resources blade.
52+
53+
1. Go to **SCVMM inventory** resource blade, select **Virtual machines** and then select the VMs you want to enable and select **Enable in Azure**.
54+
55+
:::image type="content" source="media/enable-scvmm-inventory-resources/scvmm-enable-existing-vm-inline.png" alt-text="Screenshot of how to enable existing virtual machines in Azure." lightbox="media/enable-scvmm-inventory-resources/scvmm-enable-existing-vm-expanded.png":::
56+
57+
1. Select your **Azure subscription** and **Resource group**.
58+
59+
1. Select **Enable** to start the deployment of the VM represented in Azure.
60+
61+
## Next steps
62+
63+
[Connect virtual machines to Arc](quickstart-connect-system-center-virtual-machine-manager-to-arc.md)
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
### YamlMime:Landing
2+
title: Azure Arc-enabled System Center Virtual Machine Manager
3+
summary: Learn how to manage Hybrid environment with Azure Arc-enabled System Center Virtual Machine Manager
4+
5+
metadata:
6+
title: Azure Arc-enabled System Center Virtual Machine Manager
7+
description: Learn about how to manage Hybrid environment with Azure Arc-enabled System Center Virtual Machine Manager
8+
author: jyothisuri
9+
ms.service: azure-arc
10+
ms.topic: landing-page
11+
ms.date: 04/28/2022
12+
ms.author: jsuri
13+
14+
landingContent:
15+
- title: About Azure Arc-enabled System Center Virtual Machine Manager
16+
linkLists:
17+
- linkListType: overview
18+
links:
19+
- text: What is Azure Arc-enabled System Center Virtual Machine Manager?
20+
url: overview.md
21+
22+
- title: Get started
23+
linkLists:
24+
- linkListType: quickstart
25+
links:
26+
- text: Connect a System Center Virtual Machine Manager management server to Azure Arc
27+
url: quickstart-connect-system-center-virtual-machine-manager-to-arc.md
28+
29+
- title: Create Virtual Machine
30+
linkLists:
31+
- linkListType: how-to-guide
32+
links:
33+
- text: Create a virtual machine
34+
url: create-virtual-machine.md
35+
36+
- title: Enable SCVMM inventory in Azure
37+
linkLists:
38+
- linkListType: how-to-guide
39+
links:
40+
- text: Enable SCVMM inventory in Azure
41+
url: enable-scvmm-inventory-resources.md
532 KB
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)