diff --git a/asset-manager/README.md b/asset-manager/README.md index c2cf41d..b4c4e07 100644 --- a/asset-manager/README.md +++ b/asset-manager/README.md @@ -216,7 +216,7 @@ To clean up, run `scripts\cleanup-azure-resources.cmd -ResourceGroupName **NOTE**: If you are asked to allow the tool access the language models provided by GitHub Copilot Chat, slect **Allow** to proceed. -1. Select **Propose Solution** to view the proposed solutions for the issues identified in the assessment report, for example, **Migrate from AWS S3 to Azure Blob Storage**, **Migrate from Spring AMQP RabbitMQ to Azure Service Bus** and **Use Azure Database for PostgreSQL**. +1. On the **Summary** pane, scroll to the bottom. Select **Propose Solution** to view the proposed solutions for the issues identified in the assessment report, for example, **Migrate from AWS S3 to Azure Blob Storage**, **Migrate from Spring AMQP RabbitMQ to Azure Service Bus** and **Use Azure Database for PostgreSQL**. 1. For this workshop, deselect all solutions and select **Use Azure Database for PostgreSQL**, then select **Confirm the Solution**. 1. Review the solution details and select **Migrate** to initiate the migration process. **Migrate** is located in the middle pane. @@ -48,11 +48,11 @@ The first step is to assess the sample Java application `asset-manager`. The ass You should see the matched predefined prompts for the selected solution are listed. Follow instructions to start the migration process. -1. Select the predefined prompt that best matches the solution, and confirm the prompt to run. -1. Review the migration plan with files proposed to be modified. Disregard files you believe are not necessary to modify. For files you want to modify, do the following for each file: +1. Select the predefined prompt that best matches the solution. In the search area, select **OK**. +1. In the **Formulas** pane, on the left, review the migration plan with files proposed to be modified. Disregard files you believe are not necessary to modify. For files you want to modify, do the following for each file: - Select the file. It starts to generate the code changes. Wait until the code changes are generated. - Review the proposed changes carefully. - - Select **Accept** to apply the changes if you agree with them. + - In the **Apply Formulas** pane, select the checkmark (the tooltip is **Accept**) to apply the changes if you agree with them. Once you complete this step, suggest opening **Source Control** view to revisit the changes, and stage changes if you are satisfied with them. @@ -62,7 +62,7 @@ Recall that the sample Java application `asset-manager` uses AWS S3 for image st Now, you migrate the **Worker Service** to use Azure Blob Storage and Azure Service Bus as well, by using custom prompt created from existing commits that migrated the **Web Application**. -1. Select **Create prompt from source control**, type **migrate web** to search for the commits that migrated the **Web Application**, and you should see two commits listed: +1. In the **Formulas** section, select **Create formula from source control**. This icon looks like two circles with arrows pointing to the other circle. Type **migrate web** to search for the commits that migrated the **Web Application**, and you should see two commits listed: * migrate web rabbitmq to azure service bus * migrate web s3 to azure blob storage 1. Select these two commits to create a custom prompt, with all defaults populated including the name and description.