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
Azure Functions
Run your application code serverless based on triggers, schedules, events, etc.
Web Resources
10/28/2024, Azure PaaS Blog
Overview
In Azure Storage, Blob Lifecycle Management (BLM) allows you to automate the management of your data based on rules defined by the user. Lifecycle management policies are supported for block blobs and append blobs in general-purpose v2, premium block blob, and Blob Storage accounts. However, since lifecycle management (BLM) policies are not supported for page blobs, we can effectively manage the lifecycle of page blobs and append blobs through storage tasks and actions. There are solutions like Logic Apps and Azure Functions are available to automate lifecycle management and...
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....