Update Reports
General Topics
Azure Services Categories
-
AI and machine learning
- Anomaly Detector
- Azure Applied AI Services
- Azure Bot Services
- Azure Cognitive Search
- Azure Cognitive Services
- Azure Databricks
- Azure Form Recognizer
- Azure Immersive Reader
- Azure Machine Learning
- Azure Metrics Advisor
- Azure Open Datasets
- Azure OpenAI Service
- Azure Video Indexer
- Cognitive Service for Language
- Computer Vision
- Content Moderator
- Custom Vision
- Data Science Virtual Machines
- Face
- Health Bot
- Language Understanding (LUIS)
- Microsoft Genomics
- Personalizer
- Project Bonsai
- QnA Maker
- Speaker Recognition
- Speech to text
- Speech translation
- Text to speech
- Translator
-
Analytics
- Azure Analysis Services
- Azure Data Explorer
- Azure Data Factory
- Azure Data Lake Storage
- Azure Data Lake Storage Gen1
- Azure Stream Analytics
- Azure Synapse Analytics
- Data Catalog
- Data Lake Analytics
- Event Hubs
- HDInsight
- Microsoft Graph Data Connect
- Microsoft Purview
- Power BI Embedded
- R Server for HDInsight
- Compute
- Containers
- Databases
- Developer tools
- DevOps
- 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 Data Lake Storage
Scalable, secure data lake for high-performance analytics.
Web Resources
1/12/2023, Azure PaaS Blog
Symptoms:
Uploading files using Java SDK class DataLakeFileClient fails to initiate the ADF trigger.
Uploading files using Azure Portal initiates the trigger as expected.
ADF trigger is configured to ignore empty blobs.
Analysis:
Whenever a file is created using ADLS Gen2 REST API, there are 3 operations called at the backend i.e. CreateFile, AppendFile and FlushFile.
Microsoft.Storage.BlobCreated event is triggered when a blob is created or replaced. Specifically, this event is triggered when clients use the CreateFile and FlushWithClose operations that are available...
11/17/2022, Azure PaaS Blog
Background
This article describes how to get container level stats in Azure Blob Storage, and how to work with the information provided by blob inventory.
The approach presented here uses Azure Databricks and is most suited to be used in storage accounts with a huge amount of data.
At the end of this article, you would be able to create a script to calculate:
The total number of blobs in the container
The total container capacity (in bytes)
The total number of snapshots in the container
The total container snapshots capacity (in bytes)
The total number of versions in the...
11/16/2022, Azure PaaS Blog
Background:
Many times, we have a requirement to delete the older logs from $logs as the Retention days as it was not supported for ADLS gen2 storage account.
Please note Product team already worked on this fix and in case automatic deletion is not working can follow the below steps
Please refer to article https://docs.microsoft.com/en-us/azure/storage/common/manage-storage-analytics-logs?tabs=azure-portal#modify-log-data-retention-period for more information
Deletion of logs from the $logs can be achieved from the following options
Azure Storage explorer
REST...