🔏
Azure Serverless Quickstart
  • Introduction
  • Initial Setup
    • Workstation Installs
    • Codebase
      • Directory Structure
      • User Interface Project
        • Configuring StoryBook
        • Configure Tailwind
        • Configure Craco
        • -Architectural Decision Log
      • Data Access Project
        • DDD
      • Untitled
      • Full Stack Debugging
      • Creating GitHub Project
    • Infrastructure
      • Configure Session Behavior
      • Create AAD Tenant
      • Resource Group
      • Create AAD B2C Instance
        • Identity Experience Framework
        • Configure Session Behavior
      • Storage Account & CDN
        • CDN Rules
        • Configure Azure BLOB Storage
      • App Insights
        • Create AppInsight Account
        • Apollo GraphQL App Insights Configuration
      • CosmosDB
      • Twilio SendGrid
      • KeyVault
      • Function
      • Function App Settings
      • Front Door
      • DevOps
      • Optional Items
        • Azure Data Factory
      • Azure Event Hub
    • CICD and Source Control
      • Azure DevOps
      • SonarCloud
        • Incorporate into Yaml
      • Chromatic
      • User Interface YAML
      • CICD for Data Access
        • Create Pipeline
        • Data Access YAML
  • Application Structure
    • Connect Apollo
      • Apollo Overview
      • Create Apollo Component
    • MongoDB Integration
      • Mappings
      • Directory Structure
      • Apollo Connection
      • Models
      • Queries Mutations and Subscriptions
      • Caching Reponses
    • Integrating GraphQL Tools
      • GraphQL Code Generator
    • Feature Flags
      • Flag Structure & Storage
      • Website Integration
      • Apollo Integration
      • Tips and Techniques
      • Alternative Approaches
    • React Router
    • Adding Authentication
      • Create AAD Applications
      • Configure AAD For External Identities
      • Adding MSAL And React
      • Add MSAL to the build
      • Add MSAL to ApolloClient
      • Add MSAL to ApolloServer
    • Ant Design
    • Jest Tests
  • Azure Active Directory Business-to-Consumer (AD B2C)
    • Introduction
    • How to navigate through AD B2C documentation
    • Localization
    • Abbreviations
    • Azure AD B2C Extension
  • Cognitive Search
  • Cost Analysis
  • Technical Architecture
    • Identity and Access Control
  • Adding Functionality
    • Google Analytics
      • Create Analytics
    • DAPR
      • DAPR setup
      • DAPR Services (ignore for now)
        • Identity
  • Patterns and Practices
    • Idempotent Messages
    • Pathways
    • DDD
      • Initial Setup
        • Aggregate Root
        • Entity
        • Value Object
      • Field Types
        • Primitive Types
        • Non-Primitive Types
          • Types.DocumentArray
          • PopulatedDoc
          • Custom Types
      • Example Walkthrough
  • Open Items
    • Issue Tracking
  • Helpful Resources
  • DDD
    • Page 1
  • Experimental
    • StaticWebApp
    • Azure Maps
Powered by GitBook
On this page
  • Create Log Analytics Workspace
  • Crate App Insights Resource

Was this helpful?

  1. Initial Setup
  2. Infrastructure
  3. App Insights

Create AppInsight Account

(~8 minutes)

PreviousApp InsightsNextApollo GraphQL App Insights Configuration

Last updated 4 years ago

Was this helpful?

Create Log Analytics Workspace

In this project, logs will be stored using the centralized model, meaning all data will be collected in a single region (US) East 2 - however one could choose other models as discussed in .

  • Navigate to the workspace in the Azure Portal

    • Select the appropriate Subscription and the rg-sharethrift resource group.

    • Instance Details:

      • Name: sharethrift<<random number>>

      • Region: (US) East 2

    • Click Review+Create

    • Click Create (wait for it to complete)

    • Click Go to Resource once completed

Configure limits on Log Analytics to limit charges

  • In the Log Analytics workspace just created, navigate to the Usage and Estimated Costs in the left pane

  • Choose Daily Cap - and turn to ON,

    • Set the limit to 0.5 GB Day

    • Click OK

  • Choose Data Retention - and ensure it is set to 30 days (should be by default)

Crate App Insights Resource

US East 2

  • Select the appropriate Subscription and the rg-sharethrift resource group.

  • Instance Details:

    • Name: sharethrift

    • Region: (US) East 2

    • Resource Mode: Workspace-based

  • Workspace Details:

    • Select the appropriate Subscription

    • Log analytics workspace: sharethrift [eastus2]

  • Click Review+Create

  • Click Create (wait for it to complete)

US West 2

  • Select the appropriate Subscription and the rg-sharethrift resource group.

  • Instance Details:

    • Name: sharethriftwest

    • Region: (US) West 2

    • Resource Mode: Workspace-based

  • Workspace Details:

    • Select the appropriate Subscription

    • Log analytics workspace: sharethrift [eastus2]

  • Click Review+Create

  • Click Create (wait for it to complete)

Navigate to the resource in the Azure Portal

Navigate to the resource in the Azure Portal

Microsoft's documentation
Create Log Analytics
Create App Insights
Create App Insights