Friday, 25 April 2025

Microsoft AI Skills Fest Series 3 - ATI Batticaloa

I had the pleasure of leading a session at ATI Batticaloa for  Higher National Diploma in English (HNDE) students, where we dove into the Microsoft AI Skills Fest. We explored the latest developments in AI, how to claim 100% free exam vouchers, and practical use cases across various industries. Most importantly, we discussed how to kickstart their journey with Microsoft’s powerful AI tools and services.

The session was both interactive and insightful, featuring real-world examples, live demos, and practical guidance for anyone looking to advance their skills and grow a career in AI, and how to improve Technical writing and Service Desk analysis using Microsoft technology.







Thursday, 24 April 2025

Microsoft AI Skills Fest Series 2 - ATI Batticaloa

I had the pleasure of leading a session at ATI Batticaloa for  Higher National Diploma in Accountancy (HNDA) students, where we dove into the Microsoft AI Skills Fest. We explored the latest developments in AI, how to claim 100% free exam vouchers, and practical use cases across various industries. Most importantly, we discussed how to kickstart their journey with Microsoft’s powerful AI tools and services.

The session was both interactive and insightful, featuring real-world examples, live demos, and practical guidance for anyone looking to advance their skills and grow a career in AI and how to improve Management and Accounting using Microsoft technology.

Stay tuned for more updates, resources, and upcoming sessions designed to support and empower your AI learning journey with Microsoft!







Wednesday, 23 April 2025

Microsoft AI Skills Fest Series 1 - ATI Batticaloa

I had the pleasure of leading a session at ATI Batticaloa for HND IT students, where we dove into the Microsoft AI Skills Fest. We explored the latest developments in AI, how to claim 100% free exam vouchers, and practical use cases across various industries. Most importantly, we discussed how to kickstart your journey with Microsoft’s powerful AI tools and services.

The session was both interactive and insightful, featuring real-world examples, live demos, and practical guidance for anyone looking to advance their skills and grow a career in AI.

Stay tuned for more updates, resources, and upcoming sessions designed to support and empower your AI learning journey with Microsoft!







Monday, 21 April 2025

Tech Ambassador Programs



  • University students who are passionate about building AI-driven solutions with Microsoft technology.

  • University students interested in development, cloud, ML, and other Google technologies.

  • Students are passionate about tech communities and open-source.

  • Students with a focus on cloud computing and AWS technologies.

  • Students and developers are enthusiastic about APIS.

Friday, 18 April 2025

Creating a Microsoft Learn Account

Microsoft Learn is a comprehensive, free platform that offers interactive learning resources to help individuals, educators, and businesses acquire and enhance skills related to Microsoft products and technologies.



Free Learning Platforms with Free Certificates


Coursera (Free Courses via Audit or Financial Aid)
  • What it offers: Courses from top universities like Stanford, Yale, and companies like Google and IBM.
  • Free certificates: Apply for financial aid or look for free courses with certificates.
  • Popular topics: AI, Programming, Business, Cloud Computing.

edX (Audit for Free)
  • What it offers: Courses from MIT, Harvard, Microsoft, and more.
  • Free certificates: Audit courses for free; sometimes, financial aid is available.
  • Popular topics: Data Science, Engineering, Leadership, Cybersecurity.

LinkedIn Learning (Free for Students & One-Month Trial)
  • What it offers: Professional development and tech courses.
  • Free certificates: 1-month free trial and free access via university or library accounts.
  • Popular topics: Career Skills, Excel, Programming, Marketing.

Microsoft Learn
  • What it offers: Hands-on learning paths on Microsoft technologies.
  • Free certificates: Special events and campaigns often include free certificates.
  • Popular topics: Azure, Power Platform, AI, DevOps.

Thursday, 10 April 2025

Microsoft AI Skills Fest Tour - IDM Eastern Campus

I had the opportunity to lead a session at the IDM Eastern Campus about Microsoft AI Skills Fest, where we explored the latest announcements in AI, obtaining 100% Free exam vouchers, practical applications across industries, and how to get started with Microsoft’s powerful AI tools and services.

It was an engaging and insightful session packed with industry examples, demos, and guidance for professionals looking to build their AI skills and careers.

Stay tuned for more updates, resources, and upcoming sessions on empowering your AI journey with Microsoft!










Tuesday, 8 April 2025

Microsoft AI Skills Fest

 



The Microsoft AI Skills Fest is an initiative by Microsoft aimed at helping individuals and professionals develop skills in Artificial Intelligence (AI) and related technologies. It typically includes a series of free workshops, training sessions, webinars, and hands-on labs designed to empower participants with AI knowledge and practical experience using Microsoft's AI tools like Azure AI, Copilot, and other AI services.


How do I join a Challenge?

Select the Challenge you want to participate in and register by selecting "Join the Challenge" once it starts. You will use your Microsoft Learn profile to register.

If you don't have a Microsoft Learn profile, that's okay. You can create one when you register.


Registration: https://aiskillsfest.event.microsoft.com/ 

How to Enter


Select one of the qualifying certification exams below.

Topic

Exam(s)

AI

AI-900: Microsoft Certified: Azure AI Fundamentals
AI-102: Microsoft Certified: Azure AI Engineer Associate

Azure

AZ-900: Microsoft Certified: Azure Fundamentals
AZ-204: Microsoft Certified: Azure Developer Associate

Data Platform

DP-900: Microsoft Certified: Azure Data Fundamentals
DP-700: Microsoft Certified: Fabric Data Engineer Associate
DP-600: Microsoft Certified: Fabric Analytics Engineer Associate
DP-420: Microsoft Certified: Azure Cosmos DB Developer Specialty
DP-300: Microsoft Certified: Azure Database Administrator Associate
DP-203: Microsoft Certified: Azure Data Engineer Associate
DP-100: Microsoft Certified: Azure Data Scientist Associate

Microsoft 365

MS-102: Microsoft 365 Administrator

Power Platform

PL-300: Microsoft Certified: Power BI Data Analyst Associate

Security

SC-401: Administering Information Security in Microsoft 365
SC-200: Microsoft Certified: Security Operations Analyst Associate


To collect your free Microsoft Certification exam vouchers, Click here.



Friday, 4 April 2025

DevOps



What is DevOps?

DevOps is a combination of two words:
  • Dev = Development (writing code)
  • Ops = Operations (running and managing that code on servers)

DevOps is a culture which improves the organisation's ability to deliver applications.
It's a way of working where software developers and IT operations teams collaborate closely to build, test, and release software faster and more reliably.


What is the purpose of using DevOps?
Before DevOps, delivering software was slow, manual, and error-prone.

Problems Before DevOps:
  • Developers and operations teams worked in separate silos.
  • Manual processes took a lot of time.
  • Bugs and miscommunications happened often.
  • Releasing updates was risky and was done only a few times a year.

How Developers Deployed Code Before DevOps
  1. The developer writes code on their local computer.
  2. The developer sends code to the QA (Quality Assurance) team.
  3. QA manually tests the code.
  4. If all is fine, the QA passes it to a release manager.
  5. The release manager schedules a deployment time (usually late nights or weekends).
  6. The system admin manually copies the code to the production server.
  7. If something breaks, everyone scrambles to fix it.

How DevOps Can Help
  • Developers, testers, and ops work together.
  • Code is automatically tested and deployed.
  • Mistakes are caught early.
  • Software can be released in minutes or hours instead of weeks.
 
DevOps Flow
  1. The developer pushes code to GitHub.
  2. CI tools run automated tests.
  3. CD tools deploy the code.
  4. Monitoring tools check for issues.

Software Development Life Cycle (SDLC)
SDLC is a step-by-step process to build software. It helps ensure the software is high quality, cost-effective, and delivered on time.


DevOps improves SDLC
  • Automating testing and deployment
  • Reducing manual errors
  • Providing faster feedback
  • Ensuring better collaboration
  • Making releases more

Thursday, 3 April 2025

Microsoft Copilot for Government Staff - Valaichchenai

On 3 April 2025, at the Valaichchenai Divisional Secretariat, I delivered a session focused on Microsoft Copilot and its potential applications in our government workstreams.

During this session, we focused:

  • Explore how Copilot can streamline daily tasks and improve productivity.

  • Review practical use cases tailored to government operations (e.g., document drafting, summarization, data insights).

  • Demonstrate live examples of Copilot in action within Microsoft 365 apps.

  • Discuss governance, data security, and compliance considerations specific to public sector environments.









Sunday, 30 March 2025

Cost report for Each Azure Virtual Machine

 Cost report for Each Azure Virtual Machine

To manage costs, you can use cost analysis. For a more in-depth review, filtering options allow you to view expenses by specific codes on a daily or monthly basis. This is the simplest way to explore expenses. In this article, we'll learn how to check the cost of each instance on Azure.

 

Step 1: In the Azure Portal, navigate to the subscription for which you want to analyze the cost.



 Step 2: In the Cost Management section, click on Cost Analysis.



 Step 3: In the Cost Analysis, choose the Invoice date using the Invoice.



 Step 4: In the Cost analysis interface, click on the + Add filter. Set the Resource type filter to "Microsoft.Compute/virtualMachines". In the Cost Management section, click on Cost Analysis.


Step 5: Under Group by, select Resource, and select Monthly on the Granularity.


 

Step 6: Click Download, select Excel, and click Download data.


 

Step 7: To check the cost on the Azure portal using a table view, choose Table.


 

Step 8: We can see the table view and check the general cost.


 

Step 9: If we need to expand the individual cost, click the drop-down.



Saturday, 22 March 2025

Global AI Bootcamp 2025

I recently hosted a session on Azure AI Foundry at the Global AI Bootcamp 2025, where over 200 participants from various cities joined to delve into the world of AI.


Passionate about sharing knowledge with my community, I am always eager to support institutions seeking assistance. Please reach out if your organization could benefit from my expertise. I'd be delighted to help!














Friday, 21 March 2025

Microsoft Copilot for Government Staff - Paddippalai

On 21 March 2025, at the Paddipalai Divisional Secretariat, I delivered a session focused on Microsoft Copilot and its potential applications in our government workstreams.

During this session, we focused:

  • Explore how Copilot can streamline daily tasks and improve productivity.

  • Review practical use cases tailored to government operations (e.g., document drafting, summarization, data insights).

  • Demonstrate live examples of Copilot in action within Microsoft 365 apps.

  • Discuss governance, data security, and compliance considerations specific to public sector environments.











Wednesday, 19 February 2025

Network Troubleshooting Session

I had an internal Network Troubleshooting Session for IFS Unified Support engineers to validate network-related issues and learn how to troubleshoot problems before creating a Microsoft support ticket; in this session, we discussed Network Watcher's features, VPN Gateway troubleshooting and Connection troubleshooting.