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/develop/msal-acquire-cache-tokens.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ In public client applications like desktop and mobile apps, you can:
98
98
For confidential client applications (web app, web API, or a daemon application like a Windows service), you can;
99
99
100
100
- Acquire tokens **for the application itself** and not for a user, using the [client credentials flow](msal-authentication-flows.md#client-credentials). This technique can be used for syncing tools, or tools that process users in general and not a specific user.
101
-
- Use the [on-behalf-of (OBO) flow](msal-authentication-flows.md#on-behalf-of-obo) for a web API to call an API on behalf of the user. The application is identified with client credentials in order to acquire a token based on a user assertion (SAML, for example, or a JWT token). This flow is used by applications that need to access resources of a particular user in service-to-service calls.
102
-
- Acquire tokens using the [authorization code flow](msal-authentication-flows.md#authorization-code) in web apps after the user signs in through the authorization request URL. OpenID Connect application typically use this mechanism, which lets the user sign in using OpenID Connect and then access web APIs on behalf of the user.
101
+
- Use the [on-behalf-of (OBO) flow](msal-authentication-flows.md#on-behalf-of-obo) for a web API to call an API on behalf of the user. The application is identified with client credentials in order to acquire a token based on a user assertion (SAML, for example, or a JWT token). This flow is used by applications that need to access resources of a particular user in service-to-service calls. Tokens should be cached on a session basis, not on a user basis.
102
+
- Acquire tokens using the [authorization code flow](msal-authentication-flows.md#authorization-code) in web apps after the user signs in through the authorization request URL. OpenID Connect application typically use this mechanism, which lets the user sign in using OpenID Connect and then access web APIs on behalf of the user. Tokens may be cached on a user or on a session basis. If caching tokens on a user basis, we recommend to limit the session lifetime, so that Microsoft Entra ID may check the state of the Conditional Access policies frequently.
Copy file name to clipboardExpand all lines: articles/azure-arc/vmware-vsphere/perform-vm-ops-through-azure.md
+5-36Lines changed: 5 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
title: Perform VM operations on VMware VMs through Azure
3
3
description: Learn how to view the operations that you can do on VMware virtual machines and install the Log Analytics agent.
4
4
ms.topic: how-to
5
-
ms.date: 08/18/2023
5
+
ms.date: 10/17/2023
6
6
ms.service: azure-arc
7
7
ms.subservice: azure-arc-vmware-vsphere
8
8
---
9
9
10
10
# Manage VMware VMs in Azure through Arc-enabled VMware vSphere
11
11
12
-
In this article, you will learn how to perform various operations on the Azure Arc-enabled VMware vSphere (preview) VMs such as:
12
+
In this article, you learn how to perform various operations on the Azure Arc-enabled VMware vSphere (preview) VMs such as:
13
13
14
14
- Start, stop, and restart a VM
15
15
@@ -21,31 +21,12 @@ In this article, you will learn how to perform various operations on the Azure A
21
21
22
22
- Enable guest management
23
23
24
-
- Install extensions (enabling guest management is required)
24
+
- Install extensions (enabling guest management is required). All the [extensions](../servers/manage-vm-extensions.md#extensions) that are available with Arc-enabled Servers are supported.
To perform guest OS operations on Arc-enabled VMs, you must enable guest management on the VMs. When you enable guest management, the Arc Connected Machine Agent is installed on the VM.
Before you can install an extension, you must enable guest management on the VMware VM.
@@ -54,7 +35,7 @@ Before you can install an extension, you must enable guest management on the VMw
54
35
55
36
- is running a [supported operating system](../servers/prerequisites.md#supported-operating-systems).
56
37
57
-
- is able to connect through the firewall to communicate over the internet and these [URLs](../servers/network-requirements.md#urls)are not blocked.
38
+
- is able to connect through the firewall to communicate over the internet and these [URLs](../servers/network-requirements.md#urls)aren't blocked.
58
39
59
40
- has VMware tools installed and running.
60
41
@@ -73,18 +54,6 @@ Before you can install an extension, you must enable guest management on the VMw
73
54
74
55
For Linux, use the root account, and for Windows, use an account that is a member of the Local Administrators group.
75
56
76
-
## Install the LogAnalytics extension
77
-
78
-
1. From your browser, go to the [Azure portal](https://portal.azure.com).
79
-
80
-
1. Search for and select the VMware VM that you want to install extension.
81
-
82
-
1. Navigate to **Extensions** and select **Add**.
83
-
84
-
1. Select the extension you want to install. Based on the extension, you'll need to provide configuration details, such as the workspace ID and primary key for Log Analytics extension. Then select **Review + create**.
85
-
86
-
The deployment starts the installation of the extension on the selected VM.
87
-
88
57
## Delete a VM
89
58
90
59
If you no longer need the VM, you can delete it.
@@ -102,4 +71,4 @@ If you no longer need the VM, you can delete it.
102
71
103
72
## Next steps
104
73
105
-
[Create a VM using Azure Arc-enabled vSphere](quick-start-create-a-vm.md)
74
+
[Create a VM using Azure Arc-enabled vSphere](quick-start-create-a-vm.md).
0 commit comments