0

I have an azure VM having csv files, i don't have storage account, so how to load VM local files into azure sql database using file system and self-hosted IR

Chinnu
  • 5
  • 4

1 Answers1

0

You can get your username of VM as follows:

Open command prompt and execute whoami command, you will get username as mentioned below:

enter image description here

Create a file system linked service using SHIR with username and VM password and path is in \users\<filepath>\<filename> as mentioned below:

enter image description here

For more information you can refer this.

Bhavani
  • 1,725
  • 1
  • 3
  • 6