Skip to content

Commit 5d3f4ab

Browse files
committed
Review comments
1 parent 148163d commit 5d3f4ab

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

articles/migrate/concepts-dependency-visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ There are two options for deploying dependency analysis
2727

2828
**Option** | **Details** | **Public cloud** | **Azure Government**
2929
---- |---- | ----
30-
**Agentless** | For VMware VMs, dependency data is gathered from servers by connecting via the vCenter Server using the vSphere APIs.<br/><br/> For Hyper-V VMs and physical servers, dependency data is gathered by directly connecting to Windows servers using PowerShell remoting and to Linux servers using SSH connection.<br/><br/>No agents need to be installed on target servers.| Supported | Supported
30+
**Agentless** | Generally available for VMware VMs, Hyper-V VMs, bare-metal servers, and servers running on other public clouds like AWS, GCP etc. | Supported | Supported
3131
**Agent-based analysis** | Uses the [Service Map solution](../azure-monitor/vm/service-map.md) in Azure Monitor, to enable dependency visualization and analysis.<br/><br/> You need to install agents on each on-premises server that you want to analyze. | Supported | Not supported.
3232

3333
## Agentless analysis

articles/migrate/how-to-create-group-machine-dependencies-agentless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This article describes how to set up agentless dependency analysis using Azure M
4040
2. As you configure the appliance, you need to specify the following in the appliance configuration manager:
4141
- The details of the source environment (vCenter Server(s)/Hyper-V host(s) or cluster(s)/physical servers) which you want to discover.
4242
- Server credentials, which can be domain/ Windows (non-domain)/ Linux (non-domain) credentials. [Learn more](add-server-credentials.md) about how to provide credentials and how the appliance handles them.
43-
- Verify the permissions required to perform agentless dependency analysis. For Windows servers, you need to provide domain or non-domain (local) account with administrative permissions. For Linux servers, provide a sudo user account with permissions to execute ls and netstat commands or create a user account that has the CAP_DAC_READ_SEARCH and CAP_SYS_PTRACE permissions on /bin/netstat and /bin/ls files. <br/><br/>If you're providing a sudo user account, ensure that you have enabled NOPASSWD for the account to run the required commands without prompting for a password every time sudo command is invoked.
43+
- Verify the permissions required to perform agentless dependency analysis. For Windows servers, you need to provide domain or non-domain (local) account with administrative permissions. For Linux servers, provide a sudo user account with permissions to execute ls and netstat commands or create a user account that has the CAP_DAC_READ_SEARCH and CAP_SYS_PTRACE permissions on /bin/netstat and /bin/ls files. If you're providing a sudo user account, ensure that you have enabled NOPASSWD for the account to run the required commands without prompting for a password every time sudo command is invoked.
4444

4545
### Add credentials and initiate discovery
4646

articles/migrate/how-to-set-up-appliance-physical.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ Now, connect from the appliance to the physical servers to be discovered, and st
173173
1. You can **revalidate** the connectivity to servers anytime before starting the discovery.
174174
1. Before initiating discovery, you can choose to disable the slider to not perform software inventory and agentless dependency analysis on the added servers. You can change this option at any time.
175175

176-
:::image type="content" source="./media/tutorial-discover-physical/disable-slider.png" alt-text="Screenshot that shows where to disable the slider.":::
177-
176+
:::image type="content" source="./media/tutorial-discover-physical/disable-slider.png" alt-text="Screenshot that shows where to disable the slider.":::
178177
1. To perform discovery of SQL Server instances and databases, you can add additional credentials (Windows domain/non-domain, SQL authentication credentials) and the appliance will attempt to automatically map the credentials to the SQL servers. If you add domain credentials, the appliance will authenticate the credentials against Active Directory of the domain to prevent any user accounts from locking out. To check validation of the domain credentials, follow these steps:
179178
- In the configuration manager credentials table, see **Validation status** for domain credentials. Only the domain credentials are validated.
180179
- If validation fails, you can select a Failed status to see the validation error. Fix the issue, and then select **Revalidate credentials** to reattempt validation of the credentials.

articles/migrate/whats-new.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ ms.custom: mvc
1717
- Public Preview: Build business case using Azure Migrate for servers and workloads running in your VMware environment. It helps you eliminate guess work in your cost planning process and adds data driven insights to understand how Azure can bring the most value to your business.
1818

1919
Key highlights:
20-
- On-premises vs Azure total cost of ownership.
21-
- Year on year cashflow analysis.
22-
- Resource utilization based insights to identify servers and workloads that are ideal for cloud.
23-
- Quick wins for migration and modernization including end of support Windows OS and SQL versions.
24-
- Long term cost savings by moving from a capital expenditure model to an Operating expenditure model, by paying for only what you use.
20+
- On-premises vs Azure total cost of ownership.
21+
- Year on year cashflow analysis.
22+
- Resource utilization based insights to identify servers and workloads that are ideal for cloud.
23+
- Quick wins for migration and modernization including end of support Windows OS and SQL versions.
24+
- Long term cost savings by moving from a capital expenditure model to an Operating expenditure model, by paying for only what you use.
2525

2626
- General Availability: Perform software inventory and agentless dependency analysis at-scale for Hyper-V virtual machines and bare metal servers or servers running on other clouds like AWS, GCP etc.
2727
Learn more on how to perform [software inventory](how-to-discover-applications.md) and [agentless dependency analysis](how-to-create-group-machine-dependencies-agentless.md).

0 commit comments

Comments
 (0)