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 Blob Storage
Massively scalable and secure object storage.
Web Resources
4/26/2023, Azure PaaS Blog
In this blog post, I will elaborate on some troubleshooting steps in Azure storage static websites. Azure storage static websites are a feature that allows you to host static content (HTML, CSS, JavaScript, and image files) directly from a storage container named $web. This is a great option for scenarios where you don't need a web server to render content, but you still want to leverage Azure services such as Functions, App Service, or CDN.
However, sometimes you may encounter some issues when setting up or deploying your static website. Here are some common problems and how to solve...
2/28/2023, Azure PaaS Blog
Background:
There would be scenarios where Customers would require to find the Storage Account capacity with segregation of soft delete, Version, snapshot and Active data.
Calculate the size of a Blob storage Blob Inventory:
The Azure Storage blob inventory feature provides an overview of your containers, blobs, snapshots, and blob versions within a storage account. Use the inventory report to understand various attributes of blobs and containers such as your total data size, age, encryption status, immutability policy, and legal hold and so on. The report provides an overview of your...
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...