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
- 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
Virtual Network
Create your own private network infrastructure in the cloud.
Web Resources
Connectivity from IaaS(VM) and PaaS service(ADF) to ADLS account with public network access disabled
2/26/2024, Azure PaaS Blog
In this blog post, we will investigate the impacts of disabling public network access in the storage account and learn how to establish connections to an Azure Data Lake Storage account from both IaaS (Virtual Machine) and PaaS services (Azure Data Factory), when public network access is disabled. Additionally, we will address common troubleshooting issues that may arise due to this configuration.
Introduction
Azure storage accounts provide a scalable and secure way to store and access data in the cloud. This model enables you to control the level of access to your storage accounts that...
2/11/2024, Azure PaaS Blog
With the impending retirement of the classic Cloud Service (CS) on August 31st, 2024, an increasing number of users have initiated the migration of their classic Cloud Service to Cloud Service Extended Support (CSES). To facilitate this transition, an official feature known as in-place migration has been introduced, enabling the seamless migration of classic CS to CSES without incurring any downtime. However, certain limitations exist, with the VM size used by the CS role being a notable factor. As per documentation, the A-series, encompassing Small, Medium, and Large VM sizes, is no...
12/27/2023, Azure PaaS Blog
The previous article explained how user could configure and limit the access to Cloud Service Extended Support (CSES) only from specific Virtual Network(s) by using internal Load Balancer feature. But for some scenarios, user does not really want to fully block the traffic from public Internet, but just wants to make the CSES safer. In this scenario, adding an Azure Application Gateway in front of CSES will be a good idea. It can provide following benefits:
From public Internet, the traffic is only able to reach CSES through Application Gateway
From Virtual Network, the traffic is not...
7/18/2023, Azure PaaS Blog
Introduction:
The Azure PaaS product API management allows to expose APIs hosted on Azure App Services, also known as webapps. The process of importing and publishing the App service is described in document: Import Azure Web App to Azure API Management ; however, on this article we will analyze what actions Azure Portal performs behind the scenes to complete the import and figure out the cause of common scenarios.
Steps to collect a Browser Trace: HAR
Troubleshooting:
Background steps to import a WebApp to API Management:
Once you clicked on the Azure Portal > APIM > APIs >...