Update Reports
General Topics
Azure Services Categories
-
AI and machine learning
- Anomaly Detector
- Azure AI Content Safety
- Azure AI Custom Vision
- Azure AI Foundry
- Azure AI Metrics Advisor
- Azure AI Personalizer
- Azure AI Search
- Azure AI Translator
- Azure AI Video Indexer
- Azure Applied AI Services
- Azure Bot Services
- Azure Cognitive Services
- Azure Databricks
- Azure Form Recognizer
- Azure Immersive Reader
- Azure Machine Learning
- Azure Open Datasets
- Azure OpenAI Service
- Cognitive Service for Language
- Computer Vision
- Content Moderator
- Data Science Virtual Machines
- Health Bot
- Language Understanding (LUIS)
- Microsoft Genomics
- QnA Maker
- Speaker Recognition
- Speech to text
- Speech translation
- Text to speech
- Analytics
- Compute
- Containers
- Databases
- Developer tools
- DevOps
- GitHub
- Hybrid and multicloud
-
Identity and Security
- Azure Active Directory
- Azure Active Directory Domain Services
- Azure Active Directory External Identities
- Azure Bastion
- Azure Confidential Ledger
- Azure Dedicated HSM
- Azure Information Protection
- Key Vault
- Microsoft Azure Attestation
- Microsoft Defender for Cloud
- Microsoft Defender for IoT
- Microsoft Sentinel
- Integration
- Internet of Things
-
Management and governance
- Automation
- Azure Advisor
- Azure Automanage
- Azure Blueprints
- Azure Lighthouse
- Azure Managed Applications
- Azure Managed Grafana
- Azure mobile app
- Azure Monitor
- Azure Policy
- Azure Resource Manager
- Azure Resource Manager templates
- Azure Resource Mover
- Azure Service Health
- Bicep
- Cloud Shell
- Defender External Attack Surface Management
- Microsoft Azure portal
- Microsoft Cost Management
- Update management center
- Media
- Migration
- Mixed reality
-
Networking
- Application Gateway
- Azure DDoS Protection
- Azure DNS
- Azure ExpressRoute
- Azure Firewall
- Azure Firewall Manager
- Azure Front Door
- Azure Internet Analyzer
- Azure Network Function Manager
- Azure Orbital
- Azure Private 5G Core
- Azure Private Link
- Azure Route Server
- Azure Virtual Network Manager
- Content Delivery Network
- Load Balancer
- Network Watcher
- Traffic Manager
- Virtual Network
- Virtual WAN
- VPN Gateway
- Web Application Firewall
- Power Platform
- Storage
- Virtual desktop infrastructure
- Web and mobile
Visual Studio Code
A powerful, lightweight code editor for cloud development.
Web Resources
5/6/2025, Azure PaaS Blog
Scenario:
In case of encountering error in API management, request tracing is an invaluable feature that serves as a debugger. It allows for tracking the flow of requests as they pass through various policy logic, providing detailed insights into the complete API Management (APIM) processing. Here is a link if you would like to read more on how to enable request tracing in API management.
However, it is the most common way to debug your API, let's assume a real-life scenario where you encounter a sporadic error or unexpected response while processing the live APIM calls and need to drill...
10/19/2023, Azure PaaS Blog
Managing Azure Policies through Python SDK
Azure Policy helps to enforce organizational standards and to assess compliance at-scale. It also helps to bring your resources to compliance through bulk remediation for existing resources and automatic remediation for added resources.
Common use cases for Azure Policy include implementing governance for resource consistency, regulatory compliance, security, cost, and management. Policy definitions for these common use cases are already available in your Azure environment as built-ins to help you get started.
Specifically, some useful...
7/31/2023, Azure PaaS Blog
Background Information
While the our work environments became more and more complex, the need of automation is a fact. Therefore ,I made a demo on how you can automate various administrative tasks performed on a Service Fabric Cluster using the sfctl module and trigger them via Azure Function. On Function, we deploy a Docker Container that has all the necessary tools and permissions to access SF Cluster. The Azure Service Fabric command-line interface (CLI) is a command-line utility for interacting with and managing Service Fabric entities, like cluster, applications and services....