Azure Learning Circles

Size: px
Start display at page:

Download "Azure Learning Circles"

Transcription

1 Azure Learning Circles Azure Management Session 1: Logs, Diagnostics & Metrics Presented By: Shane Creamer

2 Typical Customer Narratives Most customers know how to operate on-premises, but now they need to understand the essentials of Azure management They want to leverage Azure native features They want to understand who is doing what and when They want to know how the systems performs and collects diagnostics data in case of problems They want to be alerted when things don t go as expected

3 Session Agenda Azure Infrastructure as a Service Azure Management generally includes Azure Audit Logs Azure Diagnostics Azure Alerts Analytics (extended feature sets of Azure that also incur additional cost), such as: Azure Network Watcher Azure Monitor

4 Overview Source Types Activity Logs : The Azure Activity Log is a log that provides insight into the operations that were performed on resources in your subscription. Glossary: Operational logs (ASM), Activity logs (ARM) Diagnostics Logs: Azure Diagnostic Logs are logs emitted by a resource that provide rich, frequent data about the operation of that resource Metrics: Azure Insight data that enables to gain visibility into the performance and health of your workloads on Azure. Alerts: Alerts are a method of monitoring Azure resource metrics, events or logs and then being notified when a condition you specify is met. 4

5 Diagnostics: Single Server vs. the Cloud Static Environment Single well-known instance Traceable local transactions Local Access is Feasible All in one TS session Data & tools co-located In-Place Changes Single Server Dynamic Environment Multi-instance, elastic capacity Distributed work loads Local Access is Infeasible Many instances in different nodes Distributed, scaled-out data Service Upgrades Cloud

6 Diagnostics SDK component providing distributed monitoring & data collection for cloud apps Support Standard Diagnostics APIs Trace, Debug normally Cloud Friendly Manage multiple role instances centrally Scalable Choose what to collect & when to collect it Event Logs, Trace/Debug, Performance Counters, IIS Logs, Crash Dumps, Arbitrary log files Everything is remotely configurable

7 How does it work (in a nutshell)? Role Instance Starts Diagnostic Monitor Starts Monitor is configured Imperatively at Start time Remotely any time Monitor buffers data locally User can set a quota (FIFO) User initiates transfer to storage Scheduled or On Demand Role Instance Role Diagnostic Monitor Local directory storage

8 Remote Configuration Role Instance (VM) Poll Interval Role Diagnostic Monitor Local directory storage

9 Windows Azure Diagnostics Configuration Role Instance Data collection (traces, logs, crash dumps) Role Diagnostic Monitor Quota enforcement Local directory storage Windows Data Sources IIS Logs & Failed Request Logs Perf Counters Windows Event Logs Azure Network Watcher*

10 Microsoft Azure Diagnostics: Collection Process 1. Role Instance starts 2. Diagnostic Agent starts 3. Monitor is configured 1. Configuration & Extension 4. Monitor buffers data locally 1. Users can set a quota to limit log sizes 2. Uses First In / First Out (FIFO) 5. Data transferred from local buffer to Azure Storage Blob Storage Table Storage 10

11 Microsoft Azure Diagnostics: Data Types IIS Logs Azure infrastructure logs IIS Failed Request logs Windows Event logs Performance counters Crash dumps Custom error logs.net Event Source Manifest based ETW Information about IIS web sites. Information about Diagnostics agent and other process involved in data collection Information about failed requests to an IIS site or application. Information sent to the Windows event logging system. Operating System and custom performance counters. Information about the state of the process in the event of an application crash. Logs created by your application or service. Events generated by your code using the.net EventSource class. ETW events generated by any process. 11

12 Microsoft Azure Diagnostics: Data Location Azure Storage Explorer is very useful here Diagnostics Data Storage Container Location Application Logs Table WADLogsTable Event Logs Table WADWindowsEventLogsTable Performance Counters Table WADPerformanceCountersTable Infrastructure Logs Table WADDiagnosticInfrastructureLogsTable Directories monitored by diagnostic monitor Table WADDirectoriesTable IIS Logs Blob wad-iis-logfiles IIS Failed Request Log Files Blob wad-iis-failedreqlogfiles Crash dumps Blob wad-crash-dumps Custom Log Files Blob Custom Blob Container 12

13 VM connection issues due to RDP security changes

14 Scenario affecting Dormant use VM s In March of 2018 Microsoft released a CredSSP Encryption remediation for RDP This update will prevent connection of your updated On-Prem workstations to any Cloud VM s that have not been updated (dormant or test VM s) There are (4) approaches to mitigate this: 1. Change the Encryption Oracle Remediation policy to Enabled, and Protection Level to Vulnerable: - This requires a reboot on your location Workstation to take effect which means losing a lot of work progress, so not recommended. 2. If you have OMS or SCCM agents running on the VM s, consider pushing an update script that will force them to download, install, and reboot the VM s solving the issue. 3. Use the Azure Serial Console to force the VM to install the latest update - Unwieldly but allows PowerShell scripts 4. Configure your local Workstation in System\Remote\and Deselect and apply Allow connections only from computers running Remote Desktop with Network Level Authentication This is the quickest approach

15 The fastest workaround Configure your local Workstation in System\Remote\and Deselect and apply Allow connections only from computers running Remote Desktop with Network Level Authentication This is the quickest approach REG ADD HKLM\Software\Microsoft\Windows\CurrentVer sion\policies\system\credssp\parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2 Uncheck and Apply

16 An optimal Long Term Approach Allow Microsoft to enable Update Management on your VM s. This can help prevent these kinds of scenarios, especially test VM s which can lie dormant and be affected when there is a significant Microsoft security pivot.

17

18 Alerts

19 Alerts Alerts are a method of monitoring Azure resource metrics, events or logs and then being notified when a condition you specify is met. You can receive alerts based on: Metric values - The alert triggers when the value of a specified metric crosses a threshold you assign in either direction Activity log events - An alert can trigger on every event, or, only when a certain number of events occur

20

21 Other Features worth exploring Azure Monitor Provides a single source for monitoring Azure resources. You can visualize, query, route, archive, and take action on the metrics and logs coming from your Azure resources Microsoft Azure Log Integration Enables you to integrate raw logs from your Azure resources into your on-premises Security Information and Event Management (SIEM) systems Current support: Azure Audit Logs, Virtual machine logs and Azure Security Center alerts Integration of activity log in OMS - Provides you insights into activities happening on your Azure environment across multiple subscriptions

22 Metrics

23 Metrics Azure Provides Telemetry (Performance counters) to metrics for monitoring and troubleshooting your services in the Cloud Supported Services: VMs (Azure Resource Manager based), VM Scale Sets, Batch Event Hub namespace, Service Bus namespace (premium SKU only) SQL (version 12), Elastic SQL Pool Web Sites, Web Server Farms, Logic Apps, IoT Hubs, Redis Cache Networking: Application Gateways Search

24 Metrics Metrics have the following characteristics: All metrics have 1-minute frequency. You receive a metric value every minute from your resource, giving you near real-time visibility into the state and health of your resource. Metrics are available out-of-the-box without needing to opt in or setting up additional diagnostics* You can access 30 days of history for each metric. You can quickly look at the recent and monthly trends in the performance or health of your resource

25 Metrics - Actions View all metrics via the Azure portal Alert rules based on metrics Autoscale resources. Archive metrics for longer or use them for offline reporting. Stream metrics to an Event Hub. Route all metrics to OMS

26 Metrics Storage Metrics Azure Storage Metrics allows you to track your aggregated storage usage for Blobs, Tables and Queues The metrics data can be categorized as: Capacity: Provides information regarding the storage capacity consumed for the blob service, the number of containers and total number of objects stored by the service Requests: Provides summary information of requests executed against the service. It provides total number of requests, average E2E latency etc.

27 Metrics Storage Metrics Storage metrics are stored in hidden tables, can be retrieved using the Query Tables and Query Entities APIs. You have the ability to query and/or delete records in the tables. Note that the tables themselves cannot be deleted. Capacity information: $MetricsCapacityBlob table to store capacity information for blobs Transaction metrics: $MetricsTransactionsBlob: $MetricsTransactionsTable: $MetricsTransactionsQueue: This information is available for all the services Blobs, Tables and Queues.

28

29 Activity Logs

30 Activity Log First Look Get this view by clicking on the Dashboard\Activity Log button This view has saveable queries that can be pinned to the dashboard This view also allows us to select Metrics, Diagnostic Logs, Searches, and manage Alerts

31 Activity Logs Using the Activity Log, you can determine the what, who, and when for any write (PUT, POST, DELETE) operations taken on the resources in your subscription, You can also understand the status of the operation and other relevant properties. The Activity Log does not include read (GET) operations It reports control-plane events for your subscriptions

32 Activity Logs - Actions Here are some of the things you can do with the Activity Log: Query and view it in the Azure portal. Query it via REST API, PowerShell Cmdlet, or CLI. Create an or webhook alert that triggers off an Activity Log event. Export Activity Log to a Storage Account for archival or manual inspection to an Event Hub for ingestion by a third party services Analyze it in PowerBI using the PowerBI content pack.

33 Activity Logs - Archiving Export the Activity Log with Log Profiles 90 Days default storage A Log Profile controls how your Activity Log is exported. Using a Log Profile, you can configure: Where the Activity Log should be sent (Storage Account or Event Hubs) Which event categories (eg. Write, Delete, Action) should be sent Which regions (locations) should be exported How long the Activity Log should be retained in a Storage Account

34 Activity Logs Storage Analytics Storage Analytics logs detailed information about successful and failed requests to a storage service (Minimal or Verbose) You must enable it individually for each service you want to monitor (Blobs, Tables, Queues) Log entries are created only if there are requests made against the service endpoint Stored in in block blobs in a container named $logs

35

36 Analytics Initial Configuration The management blades allow us to choose a subscription, workspace, and pricing tier that we wish

37 Activity Metrics Selection panel This allows us to configure what default dashboard data we wish to see

38 Limitation of Dashboard metrics The dashboard can only display counters that have the same sample rate, since CPU is sampled at a different rate then the disks notice below the disk counters are greyed out While selectable there is a typical 1 minute delta between real-time and graphed data in the management snap-in

39 Diagnostic Logs

40 Diagnostics Logs Provides frequent data about the operation of that resource The content of these logs varies by resource type: Windows event system logs are one category of Diagnostic Log for VMs Blob, table, and queue logs are categories of Diagnostic Logs for storage accounts Not all resources support the new type of Diagnostic Logs Available: Azure LB, NSG, AppGW, KeyVault, Azure Search, Data Lake vnet GW (PS) : Start-AzureVNetGatewayDiagnostics

41 Diagnostics Logs - Actions Here are some of the things you can do with Diagnostic Logs: Save them to a Storage Account for auditing or manual inspection. Stream them to Event Hubs for ingestion by a third-party service or custom analytics solution such as PowerBI. Analyze them with OMS Log Analytics

42 Diagnostics Logs - Enabling Diagnostic Logs for non-compute resources are configured using Diagnostic Settings. Diagnostic Settings for a resource control: Where Diagnostic Logs are sent (Storage Account, Event Hubs, and/or OMS Log Analytics). Which Log Categories are sent. How long each log category should be retained in a Storage Account a retention of zero days means that logs are kept forever

43 Diagnostics Logs - VMs Diagnostic Logs VMs are enabled using Diagnostic Settings or PowerShell It deploys a VM extension add-on: Windows: Microsoft.Azure.Diagnostics.IaaSDiagnostics Linux: Microsoft.OSTCExtensions.LinuxDiagnostic) Metrics, Events, Boot Diagnostic can be enabled Configuration is based on specific schema, Azure provides a default config file You can provide your own configuration file and enable the diagnostics during deployment or post deployment on both ASM or ARM VMs

44 Diagnostics Logs Config File Data Source IIS Logs Azure Diagnostic IIS Failed Request logs Windows Event logs Performance counters Crash dumps Custom error logs.net EventSource Manifest-based ETW Description Information about IIS websites. infrastructure logsinformation about Azure Diagnostics. Information about failed requests to an IIS website or application. Information sent to the Windows event logging system. Operating system and custom performance counters. Information about the state of the process in the event of an application crash. Logs created by your application or service. Events generated by your code by using the.net EventSource class. Event Tracing for Windows events generated by any process.

45 Diagnostics Logs VMs/Tables WADWindowsEventLogs Table stores the enabled event logs from the VM WADMetrics tables stores the Metrics (performance data) from the VM with the following naming conventions: WADMetrics : Standard prefix for all WADMetrics tables, PT1H or PT1M : Signifies that the table contains aggregate data over 1 hour or 1 minute, P10D : Signifies the table will contain data for 10 days from when the table started collecting data V2S : String constant yyyymmdd : The date at which the table started collecting data *LADMetrics for Linux

46 Diagnostics Logs Storage analytics Storage Analytics logs detailed information about successful and failed requests to a storage service You must enable it individually for each service you want to monitor Log entries are created only if there are requests made against the service endpoint Stored in in block blobs in a container named $logs

47 Diagnostics Logs Storage analytics The following types of authenticated requests are logged: Successful requests Failed requests, including timeout, throttling, network, authorization, and other errors Requests using a Shared Access Signature (SAS), including failed and successful requests Requests to analytics data

48

49 Azure Essentials Questions & Discussion

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

70-532: Developing Microsoft Azure Solutions

70-532: Developing Microsoft Azure Solutions 70-532: Developing Microsoft Azure Solutions Exam Design Target Audience Candidates of this exam are experienced in designing, programming, implementing, automating, and monitoring Microsoft Azure solutions.

More information

70-532: Developing Microsoft Azure Solutions

70-532: Developing Microsoft Azure Solutions 70-532: Developing Microsoft Azure Solutions Objective Domain Note: This document shows tracked changes that are effective as of January 18, 2018. Create and Manage Azure Resource Manager Virtual Machines

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Course 20532C: Developing Microsoft Azure Solutions Course details Course Outline Module 1: OVERVIEW OF THE MICROSOFT AZURE PLATFORM This module reviews the services available in the Azure platform and

More information

Course AZ-100T01-A: Manage Subscriptions and Resources

Course AZ-100T01-A: Manage Subscriptions and Resources Course AZ-100T01-A: Manage Subscriptions and Resources Module 1: Managing Azure Subscriptions In this module, you ll learn about the components that make up an Azure subscription and how management groups

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions 1 Developing Microsoft Azure Solutions Course Prerequisites A general understanding of ASP.NET and C# concepts Upon Completion of this Course, you will accomplish following: Compare the services available

More information

Exam : Implementing Microsoft Azure Infrastructure Solutions

Exam : Implementing Microsoft Azure Infrastructure Solutions Exam 70-533: Implementing Microsoft Azure Infrastructure Solutions Objective Domain Note: This document shows tracked changes that are effective as of January 18, 2018. Design and Implement Azure App Service

More information

Developing Microsoft Azure Solutions: Course Agenda

Developing Microsoft Azure Solutions: Course Agenda Developing Microsoft Azure Solutions: 70-532 Course Agenda Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks for your

More information

Architecting Microsoft Azure Solutions (proposed exam 535)

Architecting Microsoft Azure Solutions (proposed exam 535) Architecting Microsoft Azure Solutions (proposed exam 535) IMPORTANT: Significant changes are in progress for exam 534 and its content. As a result, we are retiring this exam on December 31, 2017, and

More information

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services.

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services. Course Outline Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks for your cloud applications. Lesson 1, Azure Services,

More information

Deccansoft Software Services

Deccansoft Software Services Azure Syllabus Cloud Computing What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages and Disadvantages of Cloud Computing Getting

More information

Techno Expert Solutions

Techno Expert Solutions Course Content of Microsoft Windows Azzure Developer: Course Outline Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks

More information

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led About this course This course is intended for students who have experience building ASP.NET and C# applications. Students will

More information

Microsoft Architecting Microsoft Azure Solutions.

Microsoft Architecting Microsoft Azure Solutions. Microsoft 70-535 Architecting Microsoft Azure Solutions https://killexams.com/pass4sure/exam-detail/70-535 QUESTION: 106 Your organization has developed and deployed several Azure App Service Web and API

More information

Microsoft Azure Course Content

Microsoft Azure Course Content Cloud Computing Trainings @ STUCORNER & SHARPENCLOUD Microsoft Azure Course Content Lesson 1: Introduction to Azure 1. Overview of On-premise infrastructure 2. Transition from On-premise to datacenter

More information

We are ready to serve Latest IT Trends, Are you ready to learn? New Batches Info

We are ready to serve Latest IT Trends, Are you ready to learn? New Batches Info We are ready to serve Latest IT Trends, Are you ready to learn? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME : LAB TIMINGS : Storage & Database Services : Introduction

More information

Actual4Dumps. Provide you with the latest actual exam dumps, and help you succeed

Actual4Dumps.   Provide you with the latest actual exam dumps, and help you succeed Actual4Dumps http://www.actual4dumps.com Provide you with the latest actual exam dumps, and help you succeed Exam : 70-533 Title : Implementing Microsoft Azure Infrastructure Solutions Vendor : Microsoft

More information

20532D: Developing Microsoft Azure Solutions

20532D: Developing Microsoft Azure Solutions 20532D: Developing Microsoft Azure Solutions Course Details Course Code: Duration: Notes: 20532D 5 days Elements of this syllabus are subject to change. About this course This course is intended for students

More information

Azure Development Course

Azure Development Course Azure Development Course About This Course This section provides a brief description of the course, audience, suggested prerequisites, and course objectives. COURSE DESCRIPTION This course is intended

More information

Azure Compute. Azure Virtual Machines

Azure Compute. Azure Virtual Machines Azure Compute Azure Virtual Machines Virtual Machines Getting started Select image and VM size New disk persisted in storage Management portal Windows Server Boot VM from new disk >_ Scripting (Windows,

More information

Monitoring in Azure: Bringing IaaS and PaaS together. Vassil Nov 23 rd, 2017

Monitoring in Azure: Bringing IaaS and PaaS together. Vassil Nov 23 rd, 2017 Monitoring in Azure: Bringing IaaS and PaaS together Vassil Stoitsev @vassilstoitsev Nov 23 rd, 2017 Contents Overview Azure Monitor Log Analytics & Kusto Operations Management Suite Some Extras Overview

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Developing Microsoft Azure Solutions Duration: 5 Days Course Code: M20532 Overview: This course is intended for students who have experience building web applications. Students should also have experience

More information

Real4Test. Real IT Certification Exam Study materials/braindumps

Real4Test.   Real IT Certification Exam Study materials/braindumps Real4Test http://www.real4test.com Real IT Certification Exam Study materials/braindumps Exam : 70-533 Title : Implementing Microsoft Azure Infrastructure Solutions Vendor : Microsoft Version : DEMO Get

More information

Operation Management Suite OMS, for short. Kenneth Teo Premier Field Engineer Microsoft

Operation Management Suite OMS, for short. Kenneth Teo Premier Field Engineer Microsoft Operation Management Suite OMS, for short. Kenneth Teo Premier Field Engineer Microsoft microsoft.com/oms Different Ways to Connect SCOM Direct agents Azure Storage Azure Diagnostic Microsoft Operations

More information

Azure SQL Database Training. Complete Practical & Real-time Trainings. A Unit of SequelGate Innovative Technologies Pvt. Ltd.

Azure SQL Database Training. Complete Practical & Real-time Trainings. A Unit of SequelGate Innovative Technologies Pvt. Ltd. Azure SQL Database Training Complete Practical & Real-time Trainings A Unit of SequelGate Innovative Technologies Pvt. Ltd. AZURE SQL / DBA Training consists of TWO Modules: Module 1: Azure SQL Database

More information

Developing Microsoft Azure Solutions (MS 20532)

Developing Microsoft Azure Solutions (MS 20532) Developing Microsoft Azure Solutions (MS 20532) COURSE OVERVIEW: This course is intended for students who have experience building ASP.NET and C# applications. Students will also have experience with the

More information

Developing Enterprise Cloud Solutions with Azure

Developing Enterprise Cloud Solutions with Azure Developing Enterprise Cloud Solutions with Azure Java Focused 5 Day Course AUDIENCE FORMAT Developers and Software Architects Instructor-led with hands-on labs LEVEL 300 COURSE DESCRIPTION This course

More information

Course Outline. Introduction to Azure for Developers Course 10978A: 5 days Instructor Led

Course Outline. Introduction to Azure for Developers Course 10978A: 5 days Instructor Led Introduction to Azure for Developers Course 10978A: 5 days Instructor Led About this course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality

More information

Azure for On-Premises Administrators Practice Exercises

Azure for On-Premises Administrators Practice Exercises Azure for On-Premises Administrators Practice Exercises Overview This course includes optional practical exercises where you can try out the techniques demonstrated in the course for yourself. This guide

More information

Deccansoft Software Services

Deccansoft Software Services Deccansoft Software Services Enter to Learn, Exit to Earn 2 DAY ESSENTIALS OF MICROSOFT AZURE WORKSHOP BY MR. SANDEEP SONI, (MCT) Deccansoft Software Services 402, Saptagiri towers, Above Pantaloons, Begumpet

More information

Cloud Operations Using Microsoft Azure. Nikhil Shampur

Cloud Operations Using Microsoft Azure. Nikhil Shampur Cloud Operations Using Microsoft Azure Nikhil Shampur Agenda - Overview - ArcGIS Enterprise on Azure strategy - Deployment Options - What s new - 10.6-10.6.1 - Automation, Upgrades - Tips and Tricks -

More information

Qualys Cloud Platform

Qualys Cloud Platform 18 QUALYS SECURITY CONFERENCE 2018 Qualys Cloud Platform Looking Under the Hood: What Makes Our Cloud Platform so Scalable and Powerful Dilip Bachwani Vice President, Engineering, Qualys, Inc. Cloud Platform

More information

Monitoring Azure Azure Monitor How, What, Why?

Monitoring Azure Azure Monitor How, What, Why? Monitoring Azure Azure Monitor How, What, Why? Stefan Roth MVP http://stefanroth.net @stefanroth_net Experts Live Café Switzerland: http://itproch.expertslive.café Why Should We Care? AWS Private IT environment

More information

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES ABOUT THIS COURSE In this course, students will learn how to design and develop services that access local and remote data from various data sources. Students will also learn how to develop and deploy

More information

#techsummitch

#techsummitch www.thomasmaurer.ch #techsummitch Justin Incarnato Justin Incarnato Microsoft Principal PM - Azure Stack Hyper-scale Hybrid Power of Azure in your datacenter Azure Stack Enterprise-proven On-premises

More information

Azure File Sync. Webinaari

Azure File Sync. Webinaari Azure File Sync Webinaari 12.3.2018 Agenda Why use Azure? Moving to the Cloud Azure Storage Backup and Recovery Azure File Sync Demo Q&A What is Azure? A collection of cloud services from Microsoft that

More information

Developing Windows Azure and Web Services

Developing Windows Azure and Web Services Developing Windows Azure and Web Services Course 20487B; 5 days, Instructor-led Course Description In this course, students will learn how to design and develop services that access local and remote data

More information

Microsoft Azure Stack Hybrid Cloud. The Modern System Architecture

Microsoft Azure Stack Hybrid Cloud. The Modern System Architecture Microsoft & itnetx 2017 Microsoft Azure Stack Hybrid Cloud. The Modern System Architecture Uwe Lüthy PTS at Microsoft www.microsoft.com Thomas Maurer Solution Architect at itnetx Microsoft MVP / P-TSP

More information

A10 HARMONY CONTROLLER

A10 HARMONY CONTROLLER DATA SHEET A10 HARMONY CONTROLLER AGILE MANAGEMENT, AUTOMATION, ANALYTICS FOR MULTI-CLOUD ENVIRONMENTS PLATFORMS A10 Harmony Controller provides centralized agile management, automation and analytics for

More information

20532D - Version: 1. Developing Microsoft Azure Solutions

20532D - Version: 1. Developing Microsoft Azure Solutions 20532D - Version: 1 Developing Microsoft Azure Solutions Developing Microsoft Azure Solutions 20532D - Version: 1 5 days Course Description: This course offers students the opportunity to take an existing

More information

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics How to Troubleshoot Databases and Exadata Using Oracle Log Analytics Nima Haddadkaveh Director, Product Management Oracle Management Cloud October, 2018 Copyright 2018, Oracle and/or its affiliates. All

More information

Get ready to be what s next.

Get ready to be what s next. Get ready to be what s next. Jared Shockley http://jaredontech.com Senior Service Engineer Prior Experience @jshoq Primary Experience Areas Agenda What is Microsoft Azure? Provider-hosted Apps Hosting

More information

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide The Balabit s Privileged Session Management 5 F5 Azure Reference Guide March 12, 2018 Abstract Administrator Guide for Balabit s Privileged Session Management (PSM) Copyright 1996-2018 Balabit, a One Identity

More information

Course Outline. Module 1: Microsoft Azure for AWS Experts Course Overview

Course Outline. Module 1: Microsoft Azure for AWS Experts Course Overview Course Outline Module 1: Microsoft Azure for AWS Experts Course Overview In this module, you will get an overview of Azure services and features including deployment models, subscriptions, account types

More information

TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS. White Paper

TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS. White Paper TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS White Paper Table of Contents Executive Summary... 3 Audience.... 3 Introduction.... 3 Architecture....

More information

Developing Microsoft Azure and Web Services. Course Code: 20487C; Duration: 5 days; Instructor-led

Developing Microsoft Azure and Web Services. Course Code: 20487C; Duration: 5 days; Instructor-led Developing Microsoft Azure and Web Services Course Code: 20487C; Duration: 5 days; Instructor-led WHAT YOU WILL LEARN In this course, students will learn how to design and develop services that access

More information

Azure SQL Database Training. Complete Practical & Real-time Trainings. A Unit of Sequel Gate Innovative Technologies Pvt. Ltd.

Azure SQL Database Training. Complete Practical & Real-time Trainings. A Unit of Sequel Gate Innovative Technologies Pvt. Ltd. Azure SQL Database Training Complete Practical & Real-time Trainings A Unit of Sequel Gate Innovative Technologies Pvt. Ltd. AZURE SQL / DBA Training consists of TWO Modules: Module 1: Azure SQL Database

More information

Index. Pranab Mazumdar, Sourabh Agarwal, Amit Banerjee 2016 P. Mazumdar et al., Pro SQL Server on Microsoft Azure, DOI /

Index. Pranab Mazumdar, Sourabh Agarwal, Amit Banerjee 2016 P. Mazumdar et al., Pro SQL Server on Microsoft Azure, DOI / Index A Azure Active Directory (AAD), 17 Azure architecture compute, 20 fault domain, 31 IaaS, 19 models classic deployment model, 32 deployment automation, 34 RBAC, 33 Resource Manager deployment model,

More information

Azure 209x Practical Exercises Overview

Azure 209x Practical Exercises Overview Azure 209x Practical Exercises Overview This course includes optional exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for the individual

More information

Microsoft Implementing Microsoft Azure Infrastructure Solutions.

Microsoft Implementing Microsoft Azure Infrastructure Solutions. Microsoft 70-533 Implementing Microsoft Azure Infrastructure Solutions http://killexams.com/pass4sure/exam-detail/70-533 QUESTION: 125 You have an Azure subscription. In Azure, you create two virtual machines

More information

MarkLogic Server. MarkLogic Server on Microsoft Azure Guide. MarkLogic 9 January, 2018

MarkLogic Server. MarkLogic Server on Microsoft Azure Guide. MarkLogic 9 January, 2018 MarkLogic Server on Microsoft Azure Guide 1 MarkLogic 9 January, 2018 Last Revised: 9.0-4, January, 2018 2018 MarkLogic Corporation. MarkLogic and the MarkLogic logo are trademarks or registered trademarks

More information

Agenda. Future Sessions: Azure VMs, Backup/DR Strategies, Azure Networking, Storage, How to move

Agenda. Future Sessions: Azure VMs, Backup/DR Strategies, Azure Networking, Storage, How to move Onur Dogruoz Agenda Provide an introduction to Azure Infrastructure as a Service (IaaS) Walk through the Azure portal Help you understand role-based access control Engage in an overview of the calculator

More information

Windows Azure Services - At Different Levels

Windows Azure Services - At Different Levels Windows Azure Windows Azure Services - At Different Levels SaaS eg : MS Office 365 Paas eg : Azure SQL Database, Azure websites, Azure Content Delivery Network (CDN), Azure BizTalk Services, and Azure

More information

Microsoft Networking Academy

Microsoft Networking Academy Microsoft Networking Academy with the C+E Global Black Belts Olivier Martin (@omartin) Networking TSP GBB Kevin Lopez (@kevlopez) ER Partner Sales Executive GBB Jaime Schmidtke (@jaimesc) ER Partner Sales

More information

Database Administration for Azure SQL DB

Database Administration for Azure SQL DB Database Administration for Azure SQL DB Martin Cairney SQL Saturday #582, Melbourne 11 th February 2017 Housekeeping Mobile Phones Please set to stun during sessions Evaluations Please complete a session

More information

70-487: Developing Windows Azure and Web Services

70-487: Developing Windows Azure and Web Services 70-487: Developing Windows Azure and Web Services Candidates for this certification are professional developers that use Visual Studio 2015112017 11 and the Microsoft.NET Core Framework 4.5 to design and

More information

Azure Stack with Azure CSP/EA Azure Active Directory. Azure Stack with disconnected model ADFS

Azure Stack with Azure CSP/EA Azure Active Directory. Azure Stack with disconnected model ADFS Azure Stack with Azure CSP/EA Azure Active Directory Azure Stack with disconnected model ADFS Fee only for consumption Same Azure invoice, monetary commitment, subscriptions Prices typically lower than

More information

Exam : Architecting Microsoft Azure Solutions

Exam : Architecting Microsoft Azure Solutions Exam 70-535: Architecting Microsoft Azure Solutions Day Column left blank based on your exam Sdate Please fill that. I suggest daily to read 1 hr. Domains and Objectives Links Day 1. Design Compute Infrastructure

More information

WebJobs & Azure Functions in modern and Serverless applications. Paris Polyzos Software Engineer at ZuluTrade Inc Microsoft Azure MVP

WebJobs & Azure Functions in modern and Serverless applications. Paris Polyzos Software Engineer at ZuluTrade Inc Microsoft Azure MVP WebJobs & Azure Functions in modern and Serverless applications Paris Polyzos Software Engineer at ZuluTrade Inc Microsoft Azure MVP ns 2016The ZuluTrade Group Paris Polyzos Senior Software Engineer Microsoft

More information

ControlUp v7.1 Release Notes

ControlUp v7.1 Release Notes ControlUp v7.1 Release Notes New Features and Enhancements Citrix XenApp / XenDesktop Published Applications ControlUp can now be integrated with XenDesktop to offer unprecedented real-time visibility

More information

Azure Certification BootCamp for Exam (Developer)

Azure Certification BootCamp for Exam (Developer) Azure Certification BootCamp for Exam 70-532 (Developer) Course Duration: 5 Days Course Authored by CloudThat Description Microsoft Azure is a cloud computing platform and infrastructure created for building,

More information

Tetration Hands-on Lab from Deployment to Operations Support

Tetration Hands-on Lab from Deployment to Operations Support LTRACI-2184 Tetration Hands-on Lab from Deployment to Operations Support Furong Gisiger, Solutions Architect Lawrence Zhu, Sr. Solutions Architect Cisco Spark How Questions? Use Cisco Spark to communicate

More information

Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack

Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Course 10995: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Page 1 of 1 Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Course 10995: 4 days; Instructor-Led Introduction

More information

Service Description VMware Workspace ONE

Service Description VMware Workspace ONE VMware Workspace ONE Last Updated: 05 April 2018 The product described in this Service Description is protected by U.S. and international copyright and intellectual property laws. The product described

More information

RAP as a Service for Exchange Server: Prerequisites

RAP as a Service for Exchange Server: Prerequisites RAP as a Service for Exchange Server: Prerequisites This document explains the required steps to configure the RAP as a Service for Exchange Server. There are two scenarios available to configure the assessment.

More information

BraindumpsQA. IT Exam Study materials / Braindumps

BraindumpsQA.  IT Exam Study materials / Braindumps BraindumpsQA http://www.braindumpsqa.com IT Exam Study materials / Braindumps Exam : 70-534 Title : Architecting Microsoft Azure Solutions Vendor : Microsoft Version : DEMO Get Latest & Valid 70-534 Exam's

More information

[MS20487]: Developing Windows Azure and Web Services

[MS20487]: Developing Windows Azure and Web Services [MS20487]: Developing Windows Azure and Web Services Length : 5 Days Audience(s) : Developers Level : 300 Technology : Cross-Platform Development Delivery Method : Instructor-led (Classroom) Course Overview

More information

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in Oracle Enterprise Manager 12c Sybase ASE Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Databases in Azure Practical Exercises

Databases in Azure Practical Exercises Databases in Azure Practical Exercises Overview This course includes optional exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for the

More information

Azure Free Training. Module 1 : Azure Governance Model. Azure. By Hicham KADIRI October 27, Naming. Convention. A K&K Group Company

Azure Free Training. Module 1 : Azure Governance Model. Azure. By Hicham KADIRI October 27, Naming. Convention. A K&K Group Company Azure Free Training Module 1 : Azure Governance Model Azure Naming By Hicham KADIRI October 27, 2018 Convention A K&K Group Company About me /in/hichamkadiri /hicham_kadiri Microsoft MVP Windows Expert-IT

More information

SQL Diagnostic Manager Management Pack for Microsoft System Center

SQL Diagnostic Manager Management Pack for Microsoft System Center SQL Diagnostic Manager Management Pack for Microsoft System Center INTEGRATE SQL SERVER MONITORS AND ALERTS WITH SYSTEM CENTER SQL Diagnostic Manager (SQL DM) Management Pack for Microsoft System Center

More information

Index. Scott Klein 2017 S. Klein, IoT Solutions in Microsoft s Azure IoT Suite, DOI /

Index. Scott Klein 2017 S. Klein, IoT Solutions in Microsoft s Azure IoT Suite, DOI / Index A Advanced Message Queueing Protocol (AMQP), 44 Analytics, 9 Apache Ambari project, 209 210 API key, 244 Application data, 4 Azure Active Directory (AAD), 91, 257 Azure Blob Storage, 191 Azure data

More information

Microsoft Azure for AWS Experts

Microsoft Azure for AWS Experts Microsoft Azure for AWS Experts OD40390B; On-Demand, Video-based Course Description This course provides an in-depth discussion and practical hands-on training of Microsoft Azure Infrastructure Services

More information

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft Azure Webinar Resilient Solutions March 2017 Sander van den Hoven Principal Technical Evangelist Microsoft DX @svandenhoven 1 What is resilience? Client Client API FrontEnd Client Client Client Loadbalancer

More information

Detect, Diagnose and Solve Problems with Application Insights

Detect, Diagnose and Solve Problems with Application Insights Detect, Diagnose and Solve Problems with Application Insights Vishesh Oberoi Technical Evangelist, Microsoft @ovishesh visho@microsoft.com The Cloud for Modern Business Vishesh Oberoi Technical Evangelist,

More information

Deploying and Using ArcGIS Enterprise in the Cloud. Bill Major

Deploying and Using ArcGIS Enterprise in the Cloud. Bill Major Deploying and Using ArcGIS Enterprise in the Cloud Bill Major Quick Survey Your role in your organization - Developer? - Cloud Admin? Already a cloud user Running Esri deployment on AWS Running Esri deployment

More information

MCSE Productivity. A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server edusum.com

MCSE Productivity. A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server edusum.com 70-331 MCSE Productivity A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server 2013 edusum.com Table of Contents Introduction to 70-331 Exam on Core Solutions of Microsoft SharePoint

More information

Cisco Tetration Analytics

Cisco Tetration Analytics Cisco Tetration Analytics Enhanced security and operations with real time analytics John Joo Tetration Business Unit Cisco Systems Security Challenges in Modern Data Centers Securing applications has become

More information

17/05/2017. What we ll cover. Who is Greg? Why PaaS and SaaS? What we re not discussing: IaaS

17/05/2017. What we ll cover. Who is Greg? Why PaaS and SaaS? What we re not discussing: IaaS What are all those Azure* and Power* services and why do I want them? Dr Greg Low SQL Down Under greg@sqldownunder.com Who is Greg? CEO and Principal Mentor at SDU Data Platform MVP Microsoft Regional

More information

Microsoft Security Management

Microsoft Security Management Microsoft Security Management MICROSOFT SECURITY MANAGEMENT SECURITY MANAGEMENT CHALLENGES Some large financial services organizations have as many as 40 or more different security vendors inside their

More information

Build an open hybrid cloud and paint it red and blue

Build an open hybrid cloud and paint it red and blue Build an open hybrid cloud and paint it red and blue Khaled Elbedri Technical sales lead, Microsoft Ismail Dhaoui EMEA Senior Specialist Solutions Architect, Red Hat Tuesday, May 8, 2018 Agenda RH & MS

More information

Cisco Tetration Analytics

Cisco Tetration Analytics Cisco Tetration Analytics Enhanced security and operations with real time analytics Christopher Say (CCIE RS SP) Consulting System Engineer csaychoh@cisco.com Challenges in operating a hybrid data center

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Developing Microsoft Azure Solutions Varighed: 5 Days Kursus Kode: M20532 Beskrivelse: This course is intended for students who have experience building vertically scaled applications. Students will also

More information

Stanislav Harvan Internet of Things

Stanislav Harvan Internet of Things Stanislav Harvan v-sharva@microsoft.com Internet of Things IoT v číslach Gartner: V roku 2020 bude na Internet pripojených viac ako 25mld zariadení: 1,5mld smart TV 2,5mld pc 5mld smart phone 16mld dedicated

More information

IoT Edge within the IoT Framework

IoT Edge within the IoT Framework IoT Edge within the IoT Framework Axel Dittmann Diplom-Betriebswirt (FH) Diplom-Wirtschaftsinformatiker (FH) Global Technical Solution Specialist IOT CISSP, MCP Twitter: @DittmannAxel Waves of Innovation

More information

Monitoring & Tuning Azure SQL Database

Monitoring & Tuning Azure SQL Database Monitoring & Tuning Azure SQL Database Dustin Ryan, Data Platform Solution Architect, Microsoft Moderated By: Paresh Motiwala Presenting Sponsors Thank You to Our Presenting Sponsors Empower users with

More information

Real-life technical decision points in using cloud & container technology:

Real-life technical decision points in using cloud & container technology: Real-life technical decision points in using cloud & container technology: Modernising the NHS Simon Boichat Ross Smith Ben Coleman - Lead Azure Architect - Technical Evangelist - Cloud Solution Architect

More information

Secure VFX in the Cloud. Microsoft Azure

Secure VFX in the Cloud. Microsoft Azure Secure VFX in the Cloud Burst rendering, storage, and key management Microsoft Azure Joel Sloss, Microsoft Board of Directors, CDSA Agenda No premise for On-Premises Is it safe? On Being Internet-connected

More information

20533B: Implementing Microsoft Azure Infrastructure Solutions

20533B: Implementing Microsoft Azure Infrastructure Solutions 20533B: Implementing Microsoft Azure Infrastructure Solutions Course Details Course Code: Duration: Notes: 20533B 5 days This course syllabus should be used to determine whether the course is appropriate

More information

Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Beyond SQL Tuning: Insider's Guide to Maximizing SQL Performance Monday, Oct 22 10:30 a.m. - 11:15 a.m. Marriott Marquis (Golden Gate Level) - Golden Gate A Ashish Agrawal Group Product Manager Oracle

More information

Ivanti User Workspace Manager

Ivanti User Workspace Manager Ivanti User Workspace Manager: Hosting User Workspace Manager in Microsoft Azure Ivanti User Workspace Manager Hosting User Workspace Manager in Microsoft Azure w w w.iv a n ti.c o m 1 Contents Purpose

More information

Azure SQL Database. Indika Dalugama. Data platform solution architect Microsoft datalake.lk

Azure SQL Database. Indika Dalugama. Data platform solution architect Microsoft datalake.lk Azure SQL Database Indika Dalugama Data platform solution architect Microsoft indalug@microsoft.com datalake.lk Agenda Overview Azure SQL adapts Azure SQL Instances (single,e-pool and MI) How to Migrate

More information

Understanding the latent value in all content

Understanding the latent value in all content Understanding the latent value in all content John F. Kennedy (JFK) November 22, 1963 INGEST ENRICH EXPLORE Cognitive skills Data in any format, any Azure store Search Annotations Data Cloud Intelligence

More information

HCX SERVER PRODUCT BRIEF & TECHNICAL FEATURES SUMMARY

HCX SERVER PRODUCT BRIEF & TECHNICAL FEATURES SUMMARY PRODUCT BRIEF & TECHNICAL FEATURES SUMMARY PRODUCT BRIEF A SERVER OPTIMIZED FOR A HYBRID WORLD The HCX Server is a Windows Server pre-bundled with integrated core IT services designed for small and midsize

More information

App Service Overview. Rand Pagels Azure Technical Specialist - Application Development US Great Lakes Region

App Service Overview. Rand Pagels Azure Technical Specialist - Application Development US Great Lakes Region App Service Overview Quickly create powerful cloud apps using a fully-managed platform Rand Pagels Azure Technical Specialist - Application Development US Great Lakes Region Security & Management Platform

More information

Who am I? Identity Product Group, CXP Team. Premier Field Engineer. SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB

Who am I? Identity Product Group, CXP Team. Premier Field Engineer. SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB @markmorow Who am I? Identity Product Group, CXP Team Premier Field Engineer SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB Active Directory Domain Services On-premises App Server Validate credentials

More information

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course details Course Outline Module 1: Introduction to Azure This module explains cloud computing, and compares cloud computing and

More information

Azure Day Application Development. Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region

Azure Day Application Development. Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region Azure Day Application Development Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region Azure App Service.NET, Java, Node.js, PHP, Python Auto patching Auto scale Integration

More information