Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source selection for migrations #26204

Open
wants to merge 5 commits into
base: akshikagupta/feature/source-target-tracking
Choose a base branch
from

Conversation

akshika898
Copy link
Contributor

@akshika898 akshika898 commented Feb 15, 2025

For tracking source information from user we ask the following details from user:

  • Checkbox for users, to select if SQL server is Arc enabled or not.

  • If SQL server enabled by Arc: (Details of existing resource)

    • Azure account
    • Subscription
    • Location
    • Resource Group
    • SQL Server enabled by Arc
  • If SQL server not enabled by Arc: (Details of infra where Arc resource will be created)

    • Source infrastructure type with following values:
      - Azure Virtual Machine
      - Azure VMWare Virtual Machine
      - Azure Kubernetes Service
      - AWS VMWare Virtual Machine
      - AWS Kubernetes Service
      - GCP VMWare Virtual Machine
      - GCP Kubernetes Service
      - Container
      - Virtual Machine
      - Physical Server
      - AWS Virtual Machine
      - GCP Virtual Machine
      - Hyper V
      - Other
    • Azure account
    • Subscription
    • Location
    • Resource Group

    ADO Link: https://msdata.visualstudio.com/Tina/_workitems/edit/3451584

no no2 yes2 yes

@@ -612,6 +632,21 @@ export async function getResourceLocations(
return [];
}

export async function getArcLocations(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use these function of utils in azure.ts as well , as we have written getArcLocation there as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are different methods. Azure.ts is for actual api calls and utils is for calling these methods. This is consistent for all methods.

@akshika898 akshika898 requested a review from JyotikaGargg March 11, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants