Advertisement · 728 × 90
#
Hashtag
#AZURE
Advertisement · 728 × 90
Post image

Alle Jahre wieder... #Azure #Certification

0 0 0 0
Post image

🚀 Artemis II is flying by the Moon… Don’t let your exam fly by you.

Get 30% off Crucial Exams today and pass with confidence.
⏳ Countdown is live 👉🏽 buff.ly/MalON4o

#CompTIA #AWS #Azure #Cisco #PMP #ExamPrep

1 0 0 0
Preview
Building a More Reliable and Resilient Azure Virtual Desktop with Regional Host Pools - Ciraltos This tutorial breaks down the new Azure Virtual Desktop (AVD) Regional host pool capability and why it matters for building a more Reliable Resilient deployment.

👉 Want a more reliable, resilient AVD design? 🌍 This video breaks down Regional Host Pools, Azure Regions, and why metadata placement matters for Azure Virtual Desktop.
📺 buff.ly/OwijFCs
#AVD #Microsoft #Azure #CloudComputing #VDI @azureweekly.endj.in #ITPro #MVPBuzz

0 0 0 0
Post image

💡 When dynamic model selection actually makes sense

Ramin Ahmadi walks through #Azure AI Model Router; routing modes, telemetry, and the real production gotchas so you know when to route and when to pin a model.

📺 Watch now: youtu.be/cWFUSBOQZ0E

0 0 0 0
Preview
Zero Trust for data: Make Microsoft Entra authentication for SQL your policy baseline | Microsoft Community Hub A policy-driven path from enabled to enforced. Why this matters now Security and compliance programs were once built on an assumption that internal networks...

Zero Trust for data: Make #Microsoft Entra authentication for #SQLServer your policy baseline

techcommunity.microsoft.com/blog/azuresq...

#Security #IT #Azure #AzureSQL #Database #MadeiraData

1 1 0 0
Preview
Securing Azure Containers and Blobs with Managed Identities I’ve been streaming ‘Coding with JoeG’ on Twitch for a few months now. The general theme of the stream is teaching software development with C#. We’ve been building a contact management application to demonstrate some best practices. About two weeks ago, or so, I added an Azure Storage Blob Container to hold the images of the contacts. I did this using the way I knew how to do it using Storage Access Keys and a library, JosephGuadagno.AzureHelpers.Storage, that I wrote to make it ‘easier’ to interact with Azure Storage. While talking about the stream on Twitter, Christos, PM on the Microsoft Identity team, reached out and said I should try securing the Container/Blob with Managed Identity. I tried on the stream for a good 5 or so hours and could not get it to work. If you want to see it, check out the recording of the stream on my YouTube channel.

ICYMI: (08/22/2020): "Securing Azure Containers and Blobs with Managed Identities." RPs and feedback are always appreciated! https://jjg.me/3goSc6f #Articles #Azure #Containers #Blob #Identity #MSAL #Managed Identity

0 0 0 0
Preview
How US tech giants supplied Israel with AI models, raising questions about tech's role in warfare U.S. tech giants have quietly empowered Israel to track and kill many more alleged militants more quickly in Gaza and Lebanon through a sharp spike in artificial intelligence and computing services.

apnews.com/article/isra...

How US tech giants supplied Israel with AI models, raising questions about tech’s role in warfare

#microsoft
#Amazon
#AmazonWebServices
#Azure
#OpenAi
#ProjectNimbus

0 0 0 0
Preview
SmiKar Software SmiKar Software was founded with one thing in mind – creating tools that would make it easier to administer an ever growing, risk adverse, complex environment.

The latest update for #smikar includes "Microsoft 365 Departed User Archiving: The Complete Guide for Enterprise IT" and "SharePoint Online Archiving: The Complete Guide for Enterprise IT".

#DevOps #Cloud #Azure https://opsmtrs.com/3lq8eQh

1 0 0 0
Azure, de Heartopia, estrelando uma das capas da revista Vogue

Azure, de Heartopia, estrelando uma das capas da revista Vogue

Shine Azure ✨

#Azure #Heartopia

0 0 1 0
Preview
Secure agentic AI end-to-end | Microsoft Security Blog Discover how to secure agentic AI and protect against threats with new capabilities across Microsoft Agent 365, Microsoft Entra, Microsoft Defender, and more.

Secure agentic AI end-to-end by Vasu Jakkal #Azure www.microsoft.com/en-us/securi...

1 0 0 0
Cloud logo on a computer chip.

Cloud logo on a computer chip.

https://buff.ly/47ZkJuz Make the Cloud Work for Your Business

How #reliability, #faster and #easier product development, and cost #savings make a difference.

By @mrdenny.com via @inc.com

#cloud #Azure #AWS

1 0 0 0
Preview
Graph-powered AI reasoning (Preview) | Microsoft Fabric Blog | Microsoft Fabric As enterprises’ use of large language models (LLMs) evolve from generating text to driving decisions, the path to the answer has come to matter as much as the answer itself. Enterprises are moving beyond...

Graph-powered AI reasoning (Preview) by Will Wang #Azure blog.fabric.microsoft.com/en-GB/blog/g...

0 0 0 0
Video

👀 Regional host pools are here to boost AVD reliability! Metadata stays local, minimizing cross-region issues and boosting resilience. Data sovereignty? Solved!
🎥Full Video: youtu.be/Ne4DiENXnVA
#AVD #Microsoft #Azure #CloudComputing #VDI #ITPro #MVPBuzz

0 0 0 0
Preview
Fabric Notebook Public APIs (Generally Available) | Microsoft Fabric Blog | Microsoft Fabric If you haven’t already, check out Arun Ulag’s hero blog “FabCon and SQLCon 2026: Unifying databases and Fabric on a single, complete platform” for a complete look at all of our FabCon and SQLCon...

Fabric Notebook Public APIs (Generally Available) by Jene Zhang #Azure blog.fabric.microsoft.com/en-GB/blog/f...

0 0 0 0
Preview
Fabric Extensibility—What’s new in Workload Management | Microsoft Fabric Blog | Microsoft Fabric As the Fabric Extensibility ecosystem grows with partners publishing workloads and organizations building custom solutions, managing workloads at scale demands more than a single settings page. IT admins...

Fabric Extensibility—What’s new in Workload Management by Muli Wienrib #Azure blog.fabric.microsoft.com/en-GB/blog/f...

0 0 0 0
Preview
Announcing AWS with Azure SRE Agent: Cross-Cloud Investigation using the brand new AWS DevOps Agent | Microsoft Community Hub Overview Connect Azure SRE Agent to AWS services using the official AWS MCP server. Query AWS documentation, execute any of the 15,000+ AWS APIs, run...

⚡️ Azure and AWS cross-cloud diagnostics

🏷️ #devdigest #azure #cloud #aws #microsoft

https://devdigest.today/goto/6048

1 0 0 0
Preview
Customer-managed keys (CMK) in Fabric SQL Database (Generally Available) | Microsoft Fabric Blog | Microsoft Fabric Customer-managed keys (CMK) in Fabric SQL Database is a major step forward in empowering organizations to take control of their data security and compliance.

Customer-managed keys (CMK) in Fabric SQL Database (Generally Available) by Pieter Vanhove #Azure blog.fabric.microsoft.com/en-GB/blog/c...

0 0 0 0
Preview
Dependency Injection with Azure Functions I got bit by the dependency injection bug a few months ago and want to use it when I can, and it makes sense. Within a month or so of writing this post, Azure Functions started to support dependency injection in functions. It uses the .NET Core Dependency Injection system, so if you are used to that, this should mostly look familiar to you, except for what you have to do to wire up the Azure Functions SDK.

ICYMI: (09/07/2020): "Dependency Injection with Azure Functions." RPs and feedback are always appreciated! https://jjg.me/2QWZOCG #Articles #Azure #Dependency Injection #Functions

0 0 0 0
Preview
Fabric notebooks support Lakehouse auto-binding in Git (Preview) | Microsoft Fabric Blog | Microsoft Fabric Fabric notebooks now support lakehouse auto-binding when used with Git. It is designed to simplify multi-environment workflows and reduce the operational overhead of managing lakehouse references across...

Fabric notebooks support Lakehouse auto-binding in Git (Preview) by Jene Zhang #Azure blog.fabric.microsoft.com/en-GB/blog/f...

0 0 0 0
Preview
How Microsoft Vaporized a Trillion Dollars Inside the complacency and decisions that eroded trust in Azure—from a former Azure Core engineer.

isolveproblems.substack.com/p/how-micros...

#cloud #azure

0 0 0 0
Preview
How Microsoft Nearly Lost OpenAI (And Wasted a Trillion Dollars Doing It) A senior Azure engineer's insider account reveals the organizational dysfunction that nearly cost Microsoft its $10B OpenAI bet — and what every engineer can learn from it.

How Microsoft Nearly Lost OpenAI (And Wasted a Trillion Dollars Doing It) You've probably heard the phrase "too big to fail." Microsoft spent the last few years proving there's a co...

#microsoft #azure #engineering #career

Origin | Interest | Match

0 0 0 0
Preview
Fabric Notebooks: Resources Folder Support in Git | Microsoft Fabric Blog | Microsoft Fabric Notebooks are rarely just a single file. Real-world notebook projects depend on supporting assets—such as reusable scripts, configuration files—that live alongside notebook code. While these files...

Fabric Notebooks: Resources Folder Support in Git by Jene Zhang #Azure blog.fabric.microsoft.com/en-GB/blog/f...

0 0 0 0
Preview
Find and manage workspaces faster with workspace tags (Generally Available) | Microsoft Fabric Blog | Microsoft Fabric Fabric Tags adds meaningful metadata so people can find the right content faster and organize it consistently.

Find and manage workspaces faster with workspace tags (GA) by Nadav Schachter #Azure blog.fabric.microsoft.com/en-GB/blog/f...

0 0 0 0
Preview
Identity security is the new pressure point for modern cyberattacks | Microsoft Security Blog Read the latest Microsoft Secure Access report for insights into why a unified identity and access strategy offers strong modern protection.

Identity security is the new pressure point for modern cyberattacks by Rob Lefferts and Nadim Abdo #Azure www.microsoft.com/en-us/securi...

1 1 0 0
Preview
Fabric CLI v1.5 is here (Generally Available) | Microsoft Fabric Blog | Microsoft Fabric Since the open-source launch in October, the Fabric CLI has gained one-command deployments, first-class Power BI support, an AI agent execution layer, interactive REPL mode, Python 3.13 support, and contributions...

Fabric CLI v1.5 is here (Generally Available) by Hasan Abo Shally #Azure blog.fabric.microsoft.com/en-GB/blog/f...

0 0 0 0
Preview
Support for default arguments in Fabric User data functions | Microsoft Fabric Blog | Microsoft Fabric The Fabric user data functions (UDF) programmability model now includes the ability to define functions with default argument values. This feature allows you streamline your workflow by minimizing the...

Support for default arguments in Fabric User data functions by Sunitha Muthukrishna #Azure blog.fabric.microsoft.com/en-GB/blog/s...

0 0 0 0
Preview
Live connectivity in Migration Assistant for Fabric Data Warehouse (Preview) | Microsoft Fabric Blog | Microsoft Fabric The live connectivity in Migration Assistant for Fabric Data Warehouse lets you connect directly to your source system and migrate object metadata into a new Fabric warehouse. This preview is designed...

Live connectivity in Migration Assistant for Fabric Data Warehouse (Preview) by Priyanka Langade #Azure blog.fabric.microsoft.com/en-GB/blog/l...

0 0 0 0

Observability for AI Agents — Seeing What’s Actually Happening by Sai Nitesh Palamakula #Azure medium.com/microsoftazu...

0 0 0 0

AI Agent for container networking troubleshooting (Public Preview) by The Azure Updates Team #Azure azure.microsoft.com/updates?id=5...

0 0 0 0
Preview
Three Azure Networking Assumptions That Will Burn You in Production Azure networking documentation covers a lot of ground. What it is less good at is surfacing the assumptions embedded in common configurations — the things that appear safe on paper but create real …

3 fundamental Azure networking rules:

👉 AzureCloud ≠ just Microsoft IPs
👉 0.0.0.0/0 UDR = all traffic, including Azure services
👉 NSGs don’t apply to Private Endpoints by default

No alerts or errors. The fix?

New blog👉 tinyurl.com/4zj7jwfb

#Azure #Networking #Security

1 0 0 0