Getting Started in Azure Data Factory | Azure Fundamentals

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 20

  • @afnandawoad5646
    @afnandawoad5646 3 месяца назад

    thank you for the video, I spend about 90 min in the first 10 min for a connection failing issues in the DF after fixing some stuff the tables wasn't showing also after a lot of research I just closed the tab and open it and IT WORKED more mad than happy though 🙃😂

    • @ashrithsd
      @ashrithsd 2 месяца назад

      Hey, can you explain how to fix the connection failed error in Azure data Factory.......I'm facing the same issue. TIA.

    • @jeip19
      @jeip19 5 дней назад +1

      @@ashrithsd The fix for me was to go to the server then on the left menu networking then on the main page at the bottom under Exceptions make sure "Allow Azure services and resources to access this server" is selected

  • @srinivasaraokumbha2284
    @srinivasaraokumbha2284 14 дней назад +1

    Hi Alex, I'm still getting the same connection error, though I have configured Azure data studio with the provided connecting SQL code.

  • @victorakingunsoye1911
    @victorakingunsoye1911 3 месяца назад +1

    Thank You Alex.

  • @lindafl2528
    @lindafl2528 3 месяца назад

    Thank you you for this video
    I’m wondering if you can do some videos for power bi service, that would be helpful too

  • @ganeshkumarkandula
    @ganeshkumarkandula 2 месяца назад

    Hi Alex, The series you did for Azure and AWS is for Data analyst or For Data Engineer?

  • @BhuvaniC
    @BhuvaniC Месяц назад

    Hi , i am getting errors because of the change in IP each time , should i enable allow azure services to access this server in the firewall settings ?

  • @MasterCamus
    @MasterCamus 3 месяца назад

    Where do I find the start of this series?

  • @luisfernandomacedo1451
    @luisfernandomacedo1451 3 месяца назад

    Alex, do you have a course Data Engineering/Azure?

    • @AlexTheAnalyst
      @AlexTheAnalyst  3 месяца назад +2

      I have a full AWS and Azure course on Analyst Builder. Releasing a full series here on both on RUclips too

    • @aquakiller5687
      @aquakiller5687 2 месяца назад

      ​@@AlexTheAnalyst Hi Alex do you have an Azure Data Engineering course. Can you please ping the links if possible 🙏

  • @miss_glow
    @miss_glow 3 месяца назад +3

    Who is looking for an online study partner?

    • @miss_glow
      @miss_glow 3 месяца назад

      @@JuleeChan Data Analysis... you know SQL, Tableau, Python

    • @EDITV112
      @EDITV112 3 месяца назад

      🙌🙋🙋‍♀️🖐️✋

    • @miss_glow
      @miss_glow 3 месяца назад

      @@EDITV112 what's your email we connect?

    • @Gotham_Night
      @Gotham_Night 3 месяца назад

      I

  • @TheCloudek
    @TheCloudek 3 месяца назад +1

    Keep improving your talents and seek God; He loves you and created you for great things. God bless you all and your families.
    "10 For we are His workmanship, created in Christ Jesus for good works, which God prepared beforehand that we should walk in them.".
    Ephesians 2:10.
    Read, please: Romans 10:8-13.
    To be save you need to be born again. God wants to change your life. 😊

  • @karennguyen7083
    @karennguyen7083 Месяц назад

    4:36
    CREATE USER [AlexDF] FROM EXTERNAL PROVIDER;
    ALTER ROLE db_owner ADD member [AlexDF];
    SELECT * FROM sys.database_principals WHERE name = 'AlexDF';
    SELECT * FROM sys.database_role_members WHERE member_principal_id = USER_ID('AlexDF');