Insights & Analytics
19 TopicsHow to Set up Application Insights: Dependency tracking
A dependency is an external component that is called by your app. It's typically a service called using HTTP, or a database, or a file system. Application Insights measures how long your application waits for dependencies and how often a dependency call fails. You can investigate specific calls, and relate them to requests and exceptions. Set up dependency monitoring Partial dependency information is collected automatically by the Application Insights SDK. To get complete data, install the appropriate agent for the host server. Learn more about how to set up application insights here.18KViews1like0CommentsMicrosoft Azure Hub-Spoke model by Enterprise Design 1 of 4
Microsoft Virtual Datacenter Transition to Azure (Hybrid Cloud) Microsoft Azure Hub-Spoke Architecture This Enterprise reference architecture shows how to implement a hub-spoke topology in Azure. The hub is a virtual network (VNet) in Azure that acts as a central point of connectivity to your on-premises network. The spokes are VNets that peer with the hub, and can be used to isolate workloads. Traffic flows between the on-premises datacenter and the hub through an ExpressRoute or VPN gateway connection. Read the complete Blogpost Journey to the Azure Cloud here17KViews0likes0CommentsMicrosoft Azure Hub-Spoke model by Enterprise Design 2 of 4 Lift and Shift
Microsoft Azure Hub-Spoke model This blogpost about Microsoft Azure Hub-Spoke model by Enterprise Design 2 of 4 “Lift and Shift” is part of a Datacenter transition to Microsoft Azure Intelligent Cloud. It’s talking about Azure Architecture, Security, Assessment, Azure Policy, and implementation of the design. Here you find the first blogposts : Microsoft Azure Hub-Spoke model by Enterprise Design 1 of 4 Microsoft Azure Policy and BluePrints Overview (Extra Blogpost) It’s important for your business to have your Azure Architectural design with Security in place before you start your “Lift and Shift” actions, think about Identity Management and Provisioning, RBAC for your Administrators and Super Users with Two-Factor Authentication. Security with Network Security Groups and Firewalls Read the Complete blogpost here about "Lift and Shift" to the Cloud with Azure Site Recovery migration Services3.8KViews0likes0CommentsHow to Monitor Azure Activity using Azure Log Analytics
I have been asked many times how can I find out who created /deleted /modified this Azure resource. Usually I say if you are lucky, it might be show you in the Activity Log. You are never lucky it seems. Here comes Log Analytics to the rescue. In this blog post I am going to show you how to link your Azure Activity Log to Log Analytics. Lets link up In the Azure portal navigate to the Log Analytics Workspace you want the Azure Activity Logs to go to. When you are in there, click on Azure Activity Log on the left. You may have to scroll down. It’s under the heading Workspace data Sources. you can read more @ https://pixelrobots.co.uk/2018/11/how-to-monitor-azure-activity-using-azure-log-analytics/2.2KViews1like0CommentsFrequently getting Azure 'Disk Queue Length GreaterThan 5' for my Web APP
Hi, I have a web app which is deployed in Azure. Yesterday an alert has triggered mentioning 'Disk Queue Length greater than 5 (Count) in the last 5 minutes' as this is Specific to Service Plan I've two Apps under the specific Service Plan. I also configured the Application Insights for each App. I need to which App is causing the issue and which operation makes the Disk Queue length getting higher. So far Investigation I tried the below query in App Insights. performanceCounters | where timestamp >ago(12hr) |top 200 by timestamp desc which gives the operations of the CPU/IO/Memory, but I've no idea how to troubleshoot it to find the root cause2.1KViews0likes1CommentHow to enhance HDInsight security with service endpoints
HDInsight enterprise customers work with some of the most sensitive data in the world. They want to be able to lock down access to this data at the networking layer as well. However, while service endpoints have been available in Azure data sources, HDInsight customers couldn’t leverage this additional layer of security for their big data pipelines due to the lack of interoperability between HDInsight and other data stores. As we have recently announced, HDInsight is now excited to support service endpoints for Azure Blob Storage, Azure SQL databases and Azure Cosmos DB. We will explore how to enable service endpoints and point out important HDInsight configurations for Azure Blob Storage, Azure SQL DB, and Azure CosmosDB. Read more about it in the Azure blog.1.8KViews0likes0CommentsHow can I monitor Entra Connect Health Sync?
Hello, How can I monitor Entra Connect Health Sync events and get alerts on failures? I have set up to be alearted to events in the Entra portal but I only get a summary email, and not instant notifications. I wish to informed if there is a loss of sync between OP and Entra, or with SSPR? Is this possible other than what MS give us in the Portal. Thanks1.6KViews0likes5CommentsOMS Container Solution – Windows Server and Hyper-V Container Support
Hello Everyone, I like to share the New OMS Container Solution. I like to know who has experience in Education with Containers like Docker for Windows ? With the OMS Container solution, you’ll now be able to: Centralize and correlate millions of logs from Windows Server, Hyper-V, and Docker containers at scale See real-time information about Container status, image, and affinity View detailed and secure audit trail of all actions on Container hosts For more information about Windows Server and Hyper-V Container monitoring on OMS, please go to the Container Solution documentation. Please note that this solution is still in public preview. Performance monitoring for Windows Server and Hyper-V Containers will come soon. We will be enhancing more monitoring capabilities for containers. If you have feedback or questions, please feel free to contact us!! How do I try this? There are a few different routes to give feedback: UserVoice: Post ideas for new OMS features to work on. Visit the OMS UserVoice page. OMS Forums: Good general discussion of OMS. Visit the OMS Forums. Email: OMScontainers@microsoft.com Tell us whatever is on your mind. Survey: Take a survey. Your feedback is most important to Microsoft. If you see any features you like that are not here, we like to hear that from you as well. More information on this Microsoft OMS Blogpost1.5KViews2likes0Comments