Building and Diagnosing Applications using Visual Studio and

Building and Diagnosing Applications using Visual Studio and Azure SDK Paul Yuknewicz paulyuk@Microsoft. com Principal PM Manager

http: //azure. microsoft. com/downloads/ http: //aka. ms/sdkfeedback



SECURITY & MANAGEMENT HYBRID OPERATIONS PLATFORM SERVICES Portal Active Directory Azure AD Connect Health Cloud Services Batch Service Fabric Web Apps Remote App Mobile Apps API Management API Apps Logic Apps Visual Studio Notification Hubs Team Project Multi-Factor Authentication Azure SDK Application Insights Backup Automation Key Vault Storage Queues Biztalk Services Hybrid Connections Service Bus Store / Marketplace VM Image Gallery & VM Depot AD Privileged Identity Mngt Media Services Content Delivery Network (CDN) Operational Insights Machine Learning SQL Database SQL Data Warehouse Data Factory Event Hubs Redis Cache Search Stream Analytics Mobile Engagement Document. DB Tables HDInsight Import/Export Site Recovery Stor. Simple

App Services Integrated Offering

Connectors & Extensible API model


• • • public static void Main() { Job. Host host = new Job. Host(); host. Run. And. Block(); } public static void Process. Queue. Message([Queue. Trigger("webjobsqueue")] string input. Text, [Blob("containername/blobname")]Text. Writer writer) { writer. Write. Line(input. Text); }









http: //aka. ms/Azure. Diagnostics. Elk



Summary • Tools you need to build and diagnose Azure applications (VS/. NET and cross-platform) • Integrate with Dev. Ops / ALM lifecycle • Try Azure now: MSDN benefit, Free Trial, developer VMs

Resources Visual Studio 2015: http: //visualstudio. com Azure SDK Downloads: http: //azure. microsoft. com/downloads/ Azure SDK for. NET Dev Center: http: //azure. microsoft. com/develop/net/ What’s New for Azure SDK (2. 7) Video: https: //channel 9. msdn. com/Shows/Visual-Studio-Toolbox/Azure-27 -SDK Azure Blog (developer tag): https: //azure. microsoft. com/en-us/blog/topics/developer/

More Resources • Links o Give us feedback - http: //aka. ms/sdkfeedback o App Service video - http: //azure. microsoft. com/eno o o us/campaigns/azure-march-announcement/ Scripts to create ELK cluster http: //aka. ms/azurediagnosticselk JSON resource templates - http: //azure. microsoft. com/enus/documentation/templates/ Power. Shell tools - http: //aka. ms/Get-POSHTools Docker tools - http: //aka. ms/vslovesdocker Azure Service Fabric tools – http: //aka. ms/servicefabric Connected Services SDK https: //github. com/Microsoft/Connected. Services

- Slides: 24