Getting Started in Azure Data Factory | Azure Fundamentals
ฝัง
- เผยแพร่เมื่อ 15 พ.ย. 2024
- In this lesson we will be looking at Azure Data Factory in Azure!
Download Files for Lesson: github.com/Ale...
💻Take my Full Azure and AWS course: www.analystbui...
____________________________________________
RESOURCES:
💻Analyst Builder - www.analystbui...
📖Take my Full MySQL Course Here: bit.ly/3tqOipr
📖Take my Full Python Course Here: bit.ly/48O581R
📖Practice Technical Interview Questions: bit.ly/46pDqqL
Coursera Courses:
Google Data Analyst Certification: coursera.pxf.i...
Data Analysis with Python - coursera.pxf.i...
IBM Data Analysis Specialization - coursera.pxf.i...
Tableau Data Visualization - coursera.pxf.i...
Udemy Courses:
Python for Data Science - bit.ly/3Z4A5K6
Statistics for Data Science - bit.ly/37jqDbq
SQL for Data Analysts (SSMS) - bit.ly/3fkqEij
Tableau A-Z - bit.ly/385lYvN
Please note I may earn a small commission for any purchase through these links - Thanks for supporting the channel!
____________________________________________
BECOME A MEMBER -
Want to support the channel? Consider becoming a member! I do Monthly Livestreams and you get some awesome Emoji's to use in chat and comments!
/ @alextheanalyst
____________________________________________
Websites:
💻Website: AlexTheAnalyst.com
💾GitHub: github.com/Ale...
📱Instagram: @Alex_The_Analyst
____________________________________________
All opinions or statements in this video are my own and do not reflect the opinion of the company I work for or have ever worked for
Thanks for your videos. I did Data Analyst Interview for the first time and i am doing the third stage today. They use sql, power bi and python with databricks. but i dont know anything yet about databricks which makes me so scared
Databricks isn't so bad - I actually cover Databricks in my full course on AB, but I know there are tons of other resources here on TH-cam for it. Just got to get in there and try it out! :D
@@AlexTheAnalyst can you share the link to apache spark or databricks pleaseeeeeeeee
@@JuleeChanI just finished an Azure Databricks course on Udemy. Took me around 1 month and I got a data engineer role after 3 weeks
Hi Alex, I'm still getting the same connection error, though I have configured Azure data studio with the provided connecting SQL code.
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 🙃😂
Hey, can you explain how to fix the connection failed error in Azure data Factory.......I'm facing the same issue. TIA.
@@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
Thank you you for this video
I’m wondering if you can do some videos for power bi service, that would be helpful too
Hi Alex, The series you did for Azure and AWS is for Data analyst or For Data Engineer?
Thank You Alex.
Where do I find the start of this series?
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 ?
Alex, do you have a course Data Engineering/Azure?
I have a full AWS and Azure course on Analyst Builder. Releasing a full series here on both on TH-cam too
@@AlexTheAnalyst Hi Alex do you have an Azure Data Engineering course. Can you please ping the links if possible 🙏
Who is looking for an online study partner?
whihc course?
@@JuleeChan Data Analysis... you know SQL, Tableau, Python
🙌🙋🙋♀️🖐️✋
@@EDITV112 what's your email we connect?
I
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. 😊
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');