SlideShare una empresa de Scribd logo
1 de 23
Why you'll love Windows
Azure SDK 2.0
Paul Bouwer
@pbouwer | blog.paulbouwer.com
Like all of the other Windows Azure
SDKs, the Windows Azure SDK for
.NET is a fully open source project
(Apache 2 license) hosted on GitHub.
https://github.com/WindowsAzure/azure-sdk-for-net
• Improved Visual Studio Publishing
• Management Support via Server Explorer in Visual Studio
• Live Streaming of Diagnostics Logs
• Support for High Memory VM instances
A6 (4 core, 28GB), A7 (8 core, 56GB)
• Faster Deployment Support with Simultaneous Update
Option
• Improved Diagnostics Support
Diagnostics Configuration
View Diagnostics on Live Service
Update Diagnostics Configuration on Live Service
• Visual Studio Table Explorer
Create/Delete Tables
Add/Edit/Delete Table Entities
• Message Browse Support
Peek, Peek(fromSequenceNumber:int), PeekBatch(messageCount:int)
• Message Pump Programming Model
• Task Based APIs (async/await support in .NET 4.5)
• Autodelete on Idle
• Minimum duration 5 minutes
• Suspend/Resume
Disabled, SendDisabled, ReceiveDisabled, Active
• Shared Access Signatures
• Web Sites
Get-AzureWebsiteLog <your website> -Tail
• Cloud Services
Set-AzureDeployment –Mode Simultaneous
• Virtual Machines
New-AzureVM
New-AzureQuickVM
PowerShell Remoting enabled by default when creating VMs via Powershell
• Service Bus
Get-AzureSBNamespace
New-AzureSBNamespace
Remove-AzureSBNamespace
• Windows Azure Store
Get-AzureStoreAddOn
New-AzureStoreAddOn
Remove-AzureStoreAddOn
Set-AzureStoreAddOn
• Storage
New-AzureStorageContainer
Get-AzureStorageContainer
Remove-AzureStorageContainer
Get-AzureStorageBlobContent
Set-AzureStorageBlobContent
Start-AzureStorageBlobCopy
Stop-AzureStorageBlobCopy
• Web/Worker Role Scaffolding
New-AzureRoleTemplate
Add-AzureWebRole–TemplateFolder
Add-AzureWorkerRole –TemplateFolder
• WindowsAzure.Diagnostics.dll
Updated to support WindowsAzure.Storage 2.0. No more conflicts.
• Windows Azure SDK 2.0 side by side
Windows Azure SDK 1.8, 1.7
• .NET 4.0
WindowsAzure.ServiceRuntime.dll, WindowsAzure.Configuration.dll and the
caching assemblies are now built against .NET 4.0
• Service Bus 1.0 for Windows Server
Azure SDK 2.0 is NOT compatible at this time
• Announcing the release of Windows Azure SDK 2.0 for .NET
http://weblogs.asp.net/scottgu/archive/2013/04/30/announcing-the-release-
of-windows-azure-sdk-2-0-for-net.aspx
• Cloud Cover #106 - Scott Guthrie Discusses Windows Azure SDK 2.0
http://channel9.msdn.com/Shows/Cloud+Cover/Episode-106-Scott-Guthrie-
Discusses-Windows-Azure-SDK-20
• Channel 9 - Subscribe! - What's new in the Service Bus .NET SDK 2.0
http://channel9.msdn.com/Blogs/Subscribe/Whats-new-in-the-Service-Bus-
NET-SDK-20
• Windows Azure SDK 2.0 For .Net – Taking A Second Look At Windows Azure
Diagnostics
http://gauravmantri.com/2013/05/12/windows-azure-sdk-2-0-for-net-taking-a-
second-look-at-windows-azure-diagnostics/
• What is new in Service Bus 2.0?
http://developers.de/blogs/damir_dobric/archive/2013/05/01/what-is-new-in-
service-bus-2-0.aspx
• Task Based APIs for Service Bus
http://blogs.msdn.com/b/windowsazure/archive/2013/04/11/task-based-apis-for-
service-bus.aspx
• New features in Service Bus Preview Library (January 2013)
http://haishibai.blogspot.de/2013/01/new-features-in-service-bus-preview.html
• http://haishibai.blogspot.com.au/2013/01/new-features-in-service-bus-
preview_27.html
• http://haishibai.blogspot.de/2013/01/new-features-in-service-bus-
preview_29.html

Más contenido relacionado

La actualidad más candente

Caching Enhancement in ASP.NET 4.0
Caching Enhancement in ASP.NET 4.0Caching Enhancement in ASP.NET 4.0
Caching Enhancement in ASP.NET 4.0Abhijit Jana
 
Azure Recovery Services
Azure Recovery ServicesAzure Recovery Services
Azure Recovery ServicesPavel Revenkov
 
High available BizTalk infrastructure on Azure IaaS
High available BizTalk infrastructure on Azure IaaSHigh available BizTalk infrastructure on Azure IaaS
High available BizTalk infrastructure on Azure IaaSBizTalk360
 
Azure kubernetes service (aks) part 3
Azure kubernetes service (aks)   part 3Azure kubernetes service (aks)   part 3
Azure kubernetes service (aks) part 3Nilesh Gule
 
Cassandra Summit 2014: Highly Scalable Web Application in the Cloud with Cass...
Cassandra Summit 2014: Highly Scalable Web Application in the Cloud with Cass...Cassandra Summit 2014: Highly Scalable Web Application in the Cloud with Cass...
Cassandra Summit 2014: Highly Scalable Web Application in the Cloud with Cass...DataStax Academy
 
Quick, resilient and auto scaling cluster with Senlin [Meetup #21 - 03]
Quick, resilient and auto scaling cluster with Senlin [Meetup #21 - 03]Quick, resilient and auto scaling cluster with Senlin [Meetup #21 - 03]
Quick, resilient and auto scaling cluster with Senlin [Meetup #21 - 03]Vietnam Open Infrastructure User Group
 
Stream processing in Mercari - Devsumi 2015 autumn LT
Stream processing in Mercari - Devsumi 2015 autumn LTStream processing in Mercari - Devsumi 2015 autumn LT
Stream processing in Mercari - Devsumi 2015 autumn LTMasahiro Nagano
 
CI, CD, CT, Deploy, IaaS, DevOps, Stage
CI, CD, CT, Deploy, IaaS, DevOps, StageCI, CD, CT, Deploy, IaaS, DevOps, Stage
CI, CD, CT, Deploy, IaaS, DevOps, StageArtur Basak
 
The Experience of Java on Kubernetes with Microservices from HackFest
The Experience of Java on Kubernetes with Microservices from HackFestThe Experience of Java on Kubernetes with Microservices from HackFest
The Experience of Java on Kubernetes with Microservices from HackFestYoshio Terada
 
buk.io Serverless deployment
buk.io Serverless deploymentbuk.io Serverless deployment
buk.io Serverless deploymentMinsu Kang
 
Getting started with provisioning VMs with ARM templates
Getting started with provisioning VMs with ARM templates Getting started with provisioning VMs with ARM templates
Getting started with provisioning VMs with ARM templates Ben Stegink
 

La actualidad más candente (19)

Caching Enhancement in ASP.NET 4.0
Caching Enhancement in ASP.NET 4.0Caching Enhancement in ASP.NET 4.0
Caching Enhancement in ASP.NET 4.0
 
Resumen - Microsoft Build 2021
Resumen - Microsoft Build 2021Resumen - Microsoft Build 2021
Resumen - Microsoft Build 2021
 
Gameaways
GameawaysGameaways
Gameaways
 
SQL_HA_DR_Azure
SQL_HA_DR_AzureSQL_HA_DR_Azure
SQL_HA_DR_Azure
 
Asp.net caching
Asp.net cachingAsp.net caching
Asp.net caching
 
Azure Recovery Services
Azure Recovery ServicesAzure Recovery Services
Azure Recovery Services
 
High available BizTalk infrastructure on Azure IaaS
High available BizTalk infrastructure on Azure IaaSHigh available BizTalk infrastructure on Azure IaaS
High available BizTalk infrastructure on Azure IaaS
 
Aspnet Caching
Aspnet CachingAspnet Caching
Aspnet Caching
 
Mvp skill saturday ep 03
Mvp skill saturday ep 03Mvp skill saturday ep 03
Mvp skill saturday ep 03
 
Azure kubernetes service (aks) part 3
Azure kubernetes service (aks)   part 3Azure kubernetes service (aks)   part 3
Azure kubernetes service (aks) part 3
 
Cassandra Summit 2014: Highly Scalable Web Application in the Cloud with Cass...
Cassandra Summit 2014: Highly Scalable Web Application in the Cloud with Cass...Cassandra Summit 2014: Highly Scalable Web Application in the Cloud with Cass...
Cassandra Summit 2014: Highly Scalable Web Application in the Cloud with Cass...
 
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONSSERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
 
Quick, resilient and auto scaling cluster with Senlin [Meetup #21 - 03]
Quick, resilient and auto scaling cluster with Senlin [Meetup #21 - 03]Quick, resilient and auto scaling cluster with Senlin [Meetup #21 - 03]
Quick, resilient and auto scaling cluster with Senlin [Meetup #21 - 03]
 
Stream processing in Mercari - Devsumi 2015 autumn LT
Stream processing in Mercari - Devsumi 2015 autumn LTStream processing in Mercari - Devsumi 2015 autumn LT
Stream processing in Mercari - Devsumi 2015 autumn LT
 
CI, CD, CT, Deploy, IaaS, DevOps, Stage
CI, CD, CT, Deploy, IaaS, DevOps, StageCI, CD, CT, Deploy, IaaS, DevOps, Stage
CI, CD, CT, Deploy, IaaS, DevOps, Stage
 
The Experience of Java on Kubernetes with Microservices from HackFest
The Experience of Java on Kubernetes with Microservices from HackFestThe Experience of Java on Kubernetes with Microservices from HackFest
The Experience of Java on Kubernetes with Microservices from HackFest
 
buk.io Serverless deployment
buk.io Serverless deploymentbuk.io Serverless deployment
buk.io Serverless deployment
 
Getting started with provisioning VMs with ARM templates
Getting started with provisioning VMs with ARM templates Getting started with provisioning VMs with ARM templates
Getting started with provisioning VMs with ARM templates
 
CloudStack EC2 Configuration
CloudStack EC2 ConfigurationCloudStack EC2 Configuration
CloudStack EC2 Configuration
 

Destacado

Windows Azure News - June 2013
Windows Azure News - June 2013Windows Azure News - June 2013
Windows Azure News - June 2013paulbouwer
 
Windows Azure News - August 2013
Windows Azure News - August 2013Windows Azure News - August 2013
Windows Azure News - August 2013paulbouwer
 
Windows Azure News - May 2013
Windows Azure News - May 2013Windows Azure News - May 2013
Windows Azure News - May 2013paulbouwer
 
Windows 7 For Developers
Windows 7 For DevelopersWindows 7 For Developers
Windows 7 For DevelopersRishu Mehra
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsLinkedIn
 

Destacado (6)

Windows Azure News - June 2013
Windows Azure News - June 2013Windows Azure News - June 2013
Windows Azure News - June 2013
 
Windows Azure News - August 2013
Windows Azure News - August 2013Windows Azure News - August 2013
Windows Azure News - August 2013
 
Windows Azure News - May 2013
Windows Azure News - May 2013Windows Azure News - May 2013
Windows Azure News - May 2013
 
Application Insights
Application InsightsApplication Insights
Application Insights
 
Windows 7 For Developers
Windows 7 For DevelopersWindows 7 For Developers
Windows 7 For Developers
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving Cars
 

Similar a Why you'll love Windows Azure SDK 2.0

A journey-to-a-button
A journey-to-a-buttonA journey-to-a-button
A journey-to-a-buttonNawAwn
 
Ruby on microsoft azure april 2014
Ruby on microsoft azure   april 2014Ruby on microsoft azure   april 2014
Ruby on microsoft azure april 2014Brian Benz
 
Azure DevOps Deployment Group
Azure DevOps Deployment GroupAzure DevOps Deployment Group
Azure DevOps Deployment GroupRiwut Libinuko
 
Kudu voodoo slideshare
Kudu voodoo   slideshareKudu voodoo   slideshare
Kudu voodoo slideshareAidan Casey
 
Microsoft Azure News - 2018 December
Microsoft Azure News - 2018 DecemberMicrosoft Azure News - 2018 December
Microsoft Azure News - 2018 DecemberDaniel Toomey
 
Becoming the master of disaster... with asr
Becoming the master of disaster... with asrBecoming the master of disaster... with asr
Becoming the master of disaster... with asrnj-azure
 
AKS - Azure Kubernetes Services - kubernetes meetup may 2018
AKS - Azure Kubernetes Services  - kubernetes meetup may 2018AKS - Azure Kubernetes Services  - kubernetes meetup may 2018
AKS - Azure Kubernetes Services - kubernetes meetup may 2018Jorge Arteiro
 
Open service broker API with Azure Kubernetes Services
Open service broker API with Azure Kubernetes ServicesOpen service broker API with Azure Kubernetes Services
Open service broker API with Azure Kubernetes ServicesJorge Arteiro
 
Tech ED 2014 Running Oracle Databases and Application Servers on Azurev1
Tech ED 2014   Running Oracle Databases and Application Servers on Azurev1Tech ED 2014   Running Oracle Databases and Application Servers on Azurev1
Tech ED 2014 Running Oracle Databases and Application Servers on Azurev1Brian Benz
 
Automating Your Azure Environment
Automating Your Azure EnvironmentAutomating Your Azure Environment
Automating Your Azure EnvironmentMichael Collier
 
TechDays 2015 The Azure Sightseeing Tour
TechDays 2015 The Azure Sightseeing TourTechDays 2015 The Azure Sightseeing Tour
TechDays 2015 The Azure Sightseeing TourErik van Appeldoorn
 
Azure virtual machines & Terraform
Azure virtual machines  & Terraform Azure virtual machines  & Terraform
Azure virtual machines & Terraform Juan Jose Gazzola
 
AKS Azure Kubernetes Services - Azure Nights melbourne feb 2018
AKS Azure Kubernetes Services - Azure Nights melbourne feb 2018AKS Azure Kubernetes Services - Azure Nights melbourne feb 2018
AKS Azure Kubernetes Services - Azure Nights melbourne feb 2018Jorge Arteiro
 
Azure Nights Melbourne July 2017 Meetup
Azure Nights Melbourne July 2017 MeetupAzure Nights Melbourne July 2017 Meetup
Azure Nights Melbourne July 2017 MeetupMichael Frank
 
WindowsAzureSDK1.7
WindowsAzureSDK1.7WindowsAzureSDK1.7
WindowsAzureSDK1.7Saravanan G
 
Jax Cloud 2016 Microsoft Ignite Recap
Jax Cloud 2016 Microsoft Ignite RecapJax Cloud 2016 Microsoft Ignite Recap
Jax Cloud 2016 Microsoft Ignite RecapBen Stegink
 
Run UI Automation Tests using Selenium Grid and Azure Container Service (AKS)
Run UI Automation Tests using Selenium Grid and Azure Container Service (AKS)Run UI Automation Tests using Selenium Grid and Azure Container Service (AKS)
Run UI Automation Tests using Selenium Grid and Azure Container Service (AKS)Sri Kanth
 
Cloud Foundry Summit 2015: Managing Hybrid Deployments Using Cloud Foundry on...
Cloud Foundry Summit 2015: Managing Hybrid Deployments Using Cloud Foundry on...Cloud Foundry Summit 2015: Managing Hybrid Deployments Using Cloud Foundry on...
Cloud Foundry Summit 2015: Managing Hybrid Deployments Using Cloud Foundry on...VMware Tanzu
 
Microsoft Azure - News - December 2014
Microsoft Azure - News - December 2014Microsoft Azure - News - December 2014
Microsoft Azure - News - December 2014Daniel Toomey
 

Similar a Why you'll love Windows Azure SDK 2.0 (20)

A journey-to-a-button
A journey-to-a-buttonA journey-to-a-button
A journey-to-a-button
 
Ruby on microsoft azure april 2014
Ruby on microsoft azure   april 2014Ruby on microsoft azure   april 2014
Ruby on microsoft azure april 2014
 
Azure DevOps Deployment Group
Azure DevOps Deployment GroupAzure DevOps Deployment Group
Azure DevOps Deployment Group
 
Kudu voodoo slideshare
Kudu voodoo   slideshareKudu voodoo   slideshare
Kudu voodoo slideshare
 
Microsoft Azure News - 2018 December
Microsoft Azure News - 2018 DecemberMicrosoft Azure News - 2018 December
Microsoft Azure News - 2018 December
 
Becoming the master of disaster... with asr
Becoming the master of disaster... with asrBecoming the master of disaster... with asr
Becoming the master of disaster... with asr
 
AKS - Azure Kubernetes Services - kubernetes meetup may 2018
AKS - Azure Kubernetes Services  - kubernetes meetup may 2018AKS - Azure Kubernetes Services  - kubernetes meetup may 2018
AKS - Azure Kubernetes Services - kubernetes meetup may 2018
 
Open service broker API with Azure Kubernetes Services
Open service broker API with Azure Kubernetes ServicesOpen service broker API with Azure Kubernetes Services
Open service broker API with Azure Kubernetes Services
 
Tech ED 2014 Running Oracle Databases and Application Servers on Azurev1
Tech ED 2014   Running Oracle Databases and Application Servers on Azurev1Tech ED 2014   Running Oracle Databases and Application Servers on Azurev1
Tech ED 2014 Running Oracle Databases and Application Servers on Azurev1
 
Automating Your Azure Environment
Automating Your Azure EnvironmentAutomating Your Azure Environment
Automating Your Azure Environment
 
TechDays 2015 The Azure Sightseeing Tour
TechDays 2015 The Azure Sightseeing TourTechDays 2015 The Azure Sightseeing Tour
TechDays 2015 The Azure Sightseeing Tour
 
Azure virtual machines & Terraform
Azure virtual machines  & Terraform Azure virtual machines  & Terraform
Azure virtual machines & Terraform
 
Power of Azure Devops
Power of Azure DevopsPower of Azure Devops
Power of Azure Devops
 
AKS Azure Kubernetes Services - Azure Nights melbourne feb 2018
AKS Azure Kubernetes Services - Azure Nights melbourne feb 2018AKS Azure Kubernetes Services - Azure Nights melbourne feb 2018
AKS Azure Kubernetes Services - Azure Nights melbourne feb 2018
 
Azure Nights Melbourne July 2017 Meetup
Azure Nights Melbourne July 2017 MeetupAzure Nights Melbourne July 2017 Meetup
Azure Nights Melbourne July 2017 Meetup
 
WindowsAzureSDK1.7
WindowsAzureSDK1.7WindowsAzureSDK1.7
WindowsAzureSDK1.7
 
Jax Cloud 2016 Microsoft Ignite Recap
Jax Cloud 2016 Microsoft Ignite RecapJax Cloud 2016 Microsoft Ignite Recap
Jax Cloud 2016 Microsoft Ignite Recap
 
Run UI Automation Tests using Selenium Grid and Azure Container Service (AKS)
Run UI Automation Tests using Selenium Grid and Azure Container Service (AKS)Run UI Automation Tests using Selenium Grid and Azure Container Service (AKS)
Run UI Automation Tests using Selenium Grid and Azure Container Service (AKS)
 
Cloud Foundry Summit 2015: Managing Hybrid Deployments Using Cloud Foundry on...
Cloud Foundry Summit 2015: Managing Hybrid Deployments Using Cloud Foundry on...Cloud Foundry Summit 2015: Managing Hybrid Deployments Using Cloud Foundry on...
Cloud Foundry Summit 2015: Managing Hybrid Deployments Using Cloud Foundry on...
 
Microsoft Azure - News - December 2014
Microsoft Azure - News - December 2014Microsoft Azure - News - December 2014
Microsoft Azure - News - December 2014
 

Último

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 

Último (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 

Why you'll love Windows Azure SDK 2.0

  • 1. Why you'll love Windows Azure SDK 2.0 Paul Bouwer @pbouwer | blog.paulbouwer.com
  • 2. Like all of the other Windows Azure SDKs, the Windows Azure SDK for .NET is a fully open source project (Apache 2 license) hosted on GitHub. https://github.com/WindowsAzure/azure-sdk-for-net
  • 3.
  • 4. • Improved Visual Studio Publishing • Management Support via Server Explorer in Visual Studio • Live Streaming of Diagnostics Logs
  • 5.
  • 6.
  • 7. • Support for High Memory VM instances A6 (4 core, 28GB), A7 (8 core, 56GB) • Faster Deployment Support with Simultaneous Update Option • Improved Diagnostics Support Diagnostics Configuration View Diagnostics on Live Service Update Diagnostics Configuration on Live Service
  • 8.
  • 9.
  • 10. • Visual Studio Table Explorer Create/Delete Tables Add/Edit/Delete Table Entities
  • 11.
  • 12.
  • 13. • Message Browse Support Peek, Peek(fromSequenceNumber:int), PeekBatch(messageCount:int) • Message Pump Programming Model • Task Based APIs (async/await support in .NET 4.5) • Autodelete on Idle • Minimum duration 5 minutes • Suspend/Resume Disabled, SendDisabled, ReceiveDisabled, Active • Shared Access Signatures
  • 14.
  • 15.
  • 16. • Web Sites Get-AzureWebsiteLog <your website> -Tail • Cloud Services Set-AzureDeployment –Mode Simultaneous • Virtual Machines New-AzureVM New-AzureQuickVM PowerShell Remoting enabled by default when creating VMs via Powershell
  • 17. • Service Bus Get-AzureSBNamespace New-AzureSBNamespace Remove-AzureSBNamespace • Windows Azure Store Get-AzureStoreAddOn New-AzureStoreAddOn Remove-AzureStoreAddOn Set-AzureStoreAddOn
  • 19.
  • 20. • WindowsAzure.Diagnostics.dll Updated to support WindowsAzure.Storage 2.0. No more conflicts. • Windows Azure SDK 2.0 side by side Windows Azure SDK 1.8, 1.7 • .NET 4.0 WindowsAzure.ServiceRuntime.dll, WindowsAzure.Configuration.dll and the caching assemblies are now built against .NET 4.0 • Service Bus 1.0 for Windows Server Azure SDK 2.0 is NOT compatible at this time
  • 21. • Announcing the release of Windows Azure SDK 2.0 for .NET http://weblogs.asp.net/scottgu/archive/2013/04/30/announcing-the-release- of-windows-azure-sdk-2-0-for-net.aspx • Cloud Cover #106 - Scott Guthrie Discusses Windows Azure SDK 2.0 http://channel9.msdn.com/Shows/Cloud+Cover/Episode-106-Scott-Guthrie- Discusses-Windows-Azure-SDK-20 • Channel 9 - Subscribe! - What's new in the Service Bus .NET SDK 2.0 http://channel9.msdn.com/Blogs/Subscribe/Whats-new-in-the-Service-Bus- NET-SDK-20
  • 22. • Windows Azure SDK 2.0 For .Net – Taking A Second Look At Windows Azure Diagnostics http://gauravmantri.com/2013/05/12/windows-azure-sdk-2-0-for-net-taking-a- second-look-at-windows-azure-diagnostics/ • What is new in Service Bus 2.0? http://developers.de/blogs/damir_dobric/archive/2013/05/01/what-is-new-in- service-bus-2-0.aspx • Task Based APIs for Service Bus http://blogs.msdn.com/b/windowsazure/archive/2013/04/11/task-based-apis-for- service-bus.aspx
  • 23. • New features in Service Bus Preview Library (January 2013) http://haishibai.blogspot.de/2013/01/new-features-in-service-bus-preview.html • http://haishibai.blogspot.com.au/2013/01/new-features-in-service-bus- preview_27.html • http://haishibai.blogspot.de/2013/01/new-features-in-service-bus- preview_29.html

Notas del editor

  1. Load Demos\\01_WebSites\\BAUGWebSite1 (MVC4)Click on Publish and show websites selection dropdown populating livePublish websiteLoad Demos\\01_WebSites\\BAUGWebSite2 (Web API)Show Server Explorer with 2 websitesShow Start/StopRight click and select View SettingsShow ValuesControllerwith Trace callsEnable Application Logging (Error) and View Streaming Logs in Output WindowGotohttp://baugwebsite2.azurewebsites.net/api/values
  2. Load Demos\\02_CloudServices\\BAUGCloudService1Right click on Role and show new High Memory VM instances in propertiesShow storage account connection string updates Right click on Cloud Project and select PublishShow Deployment Update options under AdvancedShow Diagnostics file under RoleShow how to configure itView Live Diagnostics DataUpdate and View Diagnostics Data againShow table explorer for all errors. Summary only shows errors.
  3. Connect to baugtablestorage via Table Explorer in Visual Studio Server ExplorerCreate tableAdd entityRun queryShow record in Cloud Storage Studio