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 Firewall
Cloud-native and intelligent network firewall security.
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...
1/29/2023, Azure PaaS Blog
Background Information
To prevent unauthorized access to a Service Fabric cluster, you must secure the cluster. Security is especially important when the cluster runs production workloads. This article describes how to configure node-to-node and client-to-node security by using Windows security, where gMSA is the preferred security model.
A standalone Managed Service Account (sMSA) is a managed domain account that provides automatic password management, simplified service principal name (SPN) management and the ability to delegate the management to other administrators.
The group...
11/10/2022, Azure PaaS Blog
Scenario:
You have created a Search Service and you want to import your data from the Storage account which is behind a firewall.
There are certain times when you need to update your Indexer for additional properties for a particular search service. So, while trying to update the Indexer, you navigate to “Add Indexer” option and then under Settings tab, you update the required properties.
While updating the Indexer, suddenly you encounter that it failed with the below error message.
Failed to update indexer ‘xxxxxx-indexer', error: 'Error with data source: Credentials provided in the...