Microsoft Azure Web Apps - Schulungen, Online Kurse, Experten, Community

Microsoft Azure Web Apps Definition

Azure Web Apps ermöglicht Entwicklern das einfache Bereitstellen und Skalieren von Unternehmensanwendungen, die in einer Vielzahl von Sprachen (NET, Node.js, PHP, Python und Java) geschrieben und in vielfältige Dienste integriert werden können, ohne sich Gedanken über die Infrastrukturverwaltung machen zu müssen.

Microsoft Azure Web Apps Schulungen

Challenge: Cloud and Azure

Challenge: Cloud and Azure

Lernplan | Englisch | Anspruch
Developers: Take this challenge to get up to speed on Cloud and Azure. Missed Build? Start here to get up to date online training on all the topics covered at Build.
Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions

Lernplan | Englisch | Anspruch
In diesem Lernplan wird Ihnen das Wissen vermittelt, Azure Solutions zu erstellen.
Adding Analytics to Azure Web Sites

Adding Analytics to Azure Web Sites

Video | Englisch | Anspruch
Scott and Chandrika add the new Analytics JavaScript to one of Scott's production sites running within Azure and then explore the resulting data within the new Azure Portal. Areas covered in this video: Analytics on the Azure Portal, Add JavaScript to set up analytics, View...
Adding Web Tests to an Azure Web Site

Adding Web Tests to an Azure Web Site

Video | Englisch | Anspruch
Scott and Chandrika adds a Web Test to one of Scott's existing production websites. Web Tests enable regular monitoring of your sites' uptime, and you can even pin the web tests within the new Azure Portal. Areas covered in this video: Web Tests – Explore issues,...
Azure Migration: How to assess and rehost your application

Azure Migration: How to assess and rehost your application

Video | Englisch | Anspruch
In diesem Video werden Sie lernen, wie Sie Applikationen beurteilen und migrieren auf Azure mittels der Rehost-Migrations Strategie.
Azure Migration: How to rebuild an app with cloud-native solutions

Azure Migration: How to rebuild an app with cloud-native solutions

Video | Englisch | Anspruch
In diesem Demo-Video erfahren Sie, wie Sie mithilfe der Azure-Rebuild-Migrationsstrategie eine Anwendung migrieren können.
Azure Mobile Services deep dive into node.js scripting

Azure Mobile Services deep dive into node.js scripting

Video | Englisch | Anspruch
Azure Mobile Services makes it really easy to get a mobile backend up and running in minutes. Under the hood however it is a really node.js powered powerful platform that you can take much further than you might think BUT, you must script. Come to this talk and we'll do a deep...
Azure PowerShell 101 - Managing (and debugging) Azure WebSites

Azure PowerShell 101 - Managing (and debugging) Azure WebSites

Video | Englisch | Anspruch
In this special episode of Azure Friday, a demo goes bad and WE KEEP ROLLING. We want you to learn as we learn. When a deployment fails, Scott and Guang step out of the demo and do some debugging and learn interesting things about Azure, Azure Websites, Git, and PowerShell....
Azure PowerShell 101 - Managing the Cloud from the Command Line

Azure PowerShell 101 - Managing the Cloud from the Command Line

Video | Englisch | Anspruch
In this video, Scott learns from Guang Yang about how to manage Azure from the PowerShell command line! We learn how to manage multiple accounts and subscriptions, and access any Azure resource.
Azure Resource Manager 101 using PowerShell with Guang Yang

Azure Resource Manager 101 using PowerShell with Guang Yang

Video | Englisch | Anspruch
Guang joins Scott to demystify the concepts behind Azure Resource Manager. We talk about how Resource Manager and the Gallery fit into the Azure ecosystem. We'll automate the creation of our new resources from the command line with PowerShell.
Azure Web Sites: Architecting Massive-Scale Ready-For-Business Web Apps

Azure Web Sites: Architecting Massive-Scale Ready-For-Business Web Apps

Video | Englisch | Anspruch
Developing multi-tiered applications in the cloud world and integrating with Azure Active Directory (AAD) offers great benefits, as it allows flexible scaling as the business and usage grows. This session will discuss planning web apps with scaling and growth in mind, as well...
Azure WebJobs 101 - Basic WebJobs with Jamie Espinosa

Azure WebJobs 101 - Basic WebJobs with Jamie Espinosa

Video | Englisch | Anspruch
Jamie Espinosa explains how WebJobs via into Azure Web Sites.
Azure WebJobs 102 - Scheduled WebJobs and the WebJobs Dashboard with Jamie Espinosa

Azure WebJobs 102 - Scheduled WebJobs and the WebJobs Dashboard with Jamie Espinosa

Video | Englisch | Anspruch
We dive into more complex WebJobs and the WebJobs diagnostics dashboard.
Azure WebJobs 103 - Programming WebJobs in .NET with Pranav Rastogi

Azure WebJobs 103 - Programming WebJobs in .NET with Pranav Rastogi

Video | Englisch | Anspruch
Pranav takes a HelloWorld Console and turns it into an Azure WebJob with the WebJobs SDK. For more information about the WebJobs SDK, see Getting Started with the Azure WebJobs SDK.
Azure WebJobs 106 - The WebJobs Dashboard as a Site Extension

Azure WebJobs 106 - The WebJobs Dashboard as a Site Extension

Video | Englisch | Anspruch
Did you know that Azure WebJobs has a management dashboard? Pranav clues us into this powerful tool in your WebJobs arsenal. Areas covered in this video: WebJobs dashboard (preview), Different type of WebJobs that you can create, Uploading, accessing, and running WebJobs,...
Azure WebJobs 107 - Cross Platform WebJobs

Azure WebJobs 107 - Cross Platform WebJobs

Video | Englisch | Anspruch
What other languages can be used to make an Azure WebJob? Can I deploy from the command line? Pranav Rastogi gets advanced and we deploy from DOS (not really). Areas covered in this video: Understanding cross platform command-line support to manage WebJobs, Viewing WebJobs for...
Azure WebJobs 108 - Notifications from WebJobs

Azure WebJobs 108 - Notifications from WebJobs

Video | Englisch | Anspruch
Pranav Rastogi continues to dive into Azure WebJobs, this time showing how notifications can be hooked into a WebJob. Maybe I can get texted when a job runs! Areas covered in this video: Understanding what happens when a triggered job completes., Using Zapier.com to make a...
Azure WebJobs 109 - Advanced WebJobs SDK Programming

Azure WebJobs 109 - Advanced WebJobs SDK Programming

Video | Englisch | Anspruch
The march of Pranav continues, this time deep into the Azure WebJobs SDK. You can affect how your Web Jobs run and take full control when you write to the Azure WebJobs SDK. Pranav shows Scott powerful jobs written in C#. Areas covered in this video: Understanding the...
Azure WebSites - Automatic and Easy Backup

Azure WebSites - Automatic and Easy Backup

Video | Englisch | Anspruch
Azure Websites gets even more useful with automatic and easy backup/restore, now baked into the platform. Eduardo Laureano schools Scott on this new feature. Areas covered in this video: Understanding what a backup can include, Understanding how to setup an automated backup...
Azure WebSites - Best Practices

Azure WebSites - Best Practices

Video | Englisch | Anspruch
Scott learns from Sunitha Muthukrishna the best practices to keep in mind when creating Azure Websites. How should my site architecture change when I move to the cloud? Areas covered in this video: Understanding that outages can happen and you can mitigate risks, Key principles...
Azure WebSites - Deployment Slots for Staging Sites

Azure WebSites - Deployment Slots for Staging Sites

Video | Englisch | Anspruch
Azure Websites recently added support for multiple deployment "slots" like Dev, Test, and Staging. Daria Grigoriu shows Scott how this works and we look at scenarios where slots can be useful. Areas covered in this video: Understanding deployment slots and reasons to use them,...
Azure WebSites - Java runs great in Azure!

Azure WebSites - Java runs great in Azure!

Video | Englisch | Anspruch
Chris Compy from Azure Websites shows Scott how to easily run Java in Azure Websites. I didn't believe it either, but it's true, and it's awesome.
Azure WebSites - Traffic Manager and Global Load Balancing

Azure WebSites - Traffic Manager and Global Load Balancing

Video | Englisch | Anspruch
Traffic Manager comes to Azure Websites and Eduardo Laureano is here to tell Scott about how this feature makes Azure WebSites way more powerful. We create and load-balance sites globally! Areas covered in this video: Understanding load-balancing for Websites, Supporting...
Azure Websites CDN (Content Distribution Network) Support with Yochay Kiriaty

Azure Websites CDN (Content Distribution Network) Support with Yochay Kiriaty

Video | Englisch | Anspruch
Scott talks to Yochay Kiriaty about the new CDN support for Azure Websites! Before you could manually create a CDN and copy files over from your Azure Website, but this new feature automatically syncs your Azure Websites static files directly to the CDN! This means faster...
Azure Websites Migration Assistant with Apurva Joshi

Azure Websites Migration Assistant with Apurva Joshi

Video | Englisch | Anspruch
Apurva Joshi (AJ) shows Scott how to use the Azure Websites Migration Assistant to migrate an on-premises site to the cloud in just a few clicks. Areas covered in this video: Migrating a Website (IIS 6.0, SQL 2005, ASP.NET 2.0) running on Windows Server 2003 to Azure, Accessing...
Azure Websites Overview

Azure Websites Overview

Video | Englisch | Anspruch
Azure Websites allows developers to quickly develop, deploy, and maintain Web applications. It delivers a differentiated developer experience on a scalable, secure, and maintenance-free infrastructure. Join us to see a glimpse of our collaboration and DevOps capabilities as...
Azure Websites Testing in Production Automation with Galin Iliev

Azure Websites Testing in Production Automation with Galin Iliev

Video | Englisch | Anspruch
Galin Iliev shows how to automate Testing in Production in Azure Websites in order to automatically control how much traffic we route to each slot. Galin shows the Testing in Production extension, and talks about the data that the runtime provides you in order to make a decision.
Azure Websites VNET Integration with Chris Compy

Azure Websites VNET Integration with Chris Compy

Video | Englisch | Anspruch
Chris Compy talks about connecting your Azure Website to a VNET, allowing the web site to connect with all the resources available on that network. Areas covered in this video: Understanding Hybrid connections and VNET, Showing what it takes to connect, Understanding that the...
Cloud Cover Episode 31 - Startup Tasks, Elevated Privileges, and Classic ASP

Cloud Cover Episode 31 - Startup Tasks, Elevated Privileges, and Classic ASP

Video | Englisch | Anspruch
Join Ryan and Steve each week as they cover the Microsoft cloud. You can follow and interact with the show at @cloudcovershow. In this episode: Learn how to use startup tasks in your web or worker role. , Learn how to enable Classic ASP with an elevated startup task. , Learn...
Cloud Cover Episode 37 - Multiple Websites in a Web Role

Cloud Cover Episode 37 - Multiple Websites in a Web Role

Video | Englisch | Anspruch
Join Wade and Steve each week as they cover the Windows Azure Platform. You can follow and interact with the show at @cloudcovershow. In this episode, Steve and Wade: Discuss how to maximize your use of Windows Azure by running multiple websites in a Web Role , Take a look at...
Cloud Cover Episode 39 - Dynamically Deploying Websites in a Web Role

Cloud Cover Episode 39 - Dynamically Deploying Websites in a Web Role

Video | Englisch | Anspruch
Join Wade and Steve each week as they cover the Windows Azure Platform. You can follow and interact with the show @CloudCoverShow. In this episode, Steve and Wade are joined by Nate Totten—a developer from Thuzi—as they look at a solution for dynamically deploying...
Cloud Cover Episode 40 - ASP.NET MVC 3 with Table Storage

Cloud Cover Episode 40 - ASP.NET MVC 3 with Table Storage

Video | Englisch | Anspruch
Join Wade and Steve each week as they cover the Windows Azure Platform. You can follow and interact with the show @CloudCoverShow. In this episode, Steve and Wade talk through how to use Windows Azure Table Storage from an ASP.NET MVC 3 application. Steve shows us some tricks...
Cloud Cover Episode 44 - Umbraco and Windows Azure

Cloud Cover Episode 44 - Umbraco and Windows Azure

Video | Englisch | Anspruch
Join Wade and Steve each week as they cover the Windows Azure Platform. You can follow and interact with the show @CloudCoverShow. In this episode, Vittorio Bertocci joins Wade as they explore the Umbraco Accelerator for Windows Azure. The accelerator is designed to make it...
Cloud Cover Episode 48 - Node.js, Ruby, and Python in Windows Azure

Cloud Cover Episode 48 - Node.js, Ruby, and Python in Windows Azure

Video | Englisch | Anspruch
Join Wade and Steve each week as they cover the Windows Azure Platform. You can follow and interact with the show at @CloudCoverShow. In this episode, Nathan Totten joins Steve as they discuss the Smarx Role, an easy way to run Node.js, Ruby, and Python in Windows Azure. Nate...
Create a Node.js site deploy from GitHub

Create a Node.js site deploy from GitHub

Video | Englisch | Anspruch
Learn how to create a Node.js app, check it into GitHub, and set up continuous deployment to Azure.
Create an ASP.NET Website using Visual Studio

Create an ASP.NET Website using Visual Studio

Video | Englisch | Anspruch
Learn how to create an ASP.NET Website within Visual Studio and deploy quickly and easily.
Custom configuration and application settings in Azure Web Sites - with Stefan Schackow

Custom configuration and application settings in Azure Web Sites - with Stefan Schackow

Video | Englisch | Anspruch
Scott and Stefan explore how Application Settings work with Azure. What settings go in your web.config and which don't? How does Azure override settings and why is this useful?
Deploying from a Branch with Kudu - with David Ebbo

Deploying from a Branch with Kudu - with David Ebbo

Video | Englisch | Anspruch
David and Scott setup a branching system to deploy their web site from a specific Git Branch.
Deploying Node to Docker on Azure

Deploying Node to Docker on Azure

Video | Englisch | Anspruch
Damian is joined by Brian Clark to show off some of the cross-platform support in VSTS and Azure. Can you use traditionally non-Microsoft languages and platforms with VSTS and Azure? You sure can! In this short episode, Brian shows a process tying together VSCode on a Mac, a PR...
Deploying to Web Sites with GitHub using Kudu - with David Ebbo

Deploying to Web Sites with GitHub using Kudu - with David Ebbo

Video | Englisch | Anspruch
Scott and David deploy a website directly from GitHub to Azure Web Sites using Git and Kudu.
Episode 123: What's New in Windows Azure Web Sites

Episode 123: What's New in Windows Azure Web Sites

Video | Englisch | Anspruch
In this episode Nick Harris and Chris Risner are joined by Nir Mashkowski, a Principle Program Manager working on Windows Azure Websites. In this video, Nir will go through some of the new features that have come out of Websites recently including: Remote debugging of a...
Episode 133: The Website Capability Model

Episode 133: The Website Capability Model

Video | Englisch | Anspruch
In this episode Chris Risner and Haishi Bai are joined by Tejaswi Redkar, a Director of Business Programs with Windows Azure. Tejaswi walks through the Website Capability Model which helps developers and IT Pros assess how best to move web applications into the cloud. The Model...
Episode 153: WebJobs with Pranav Rastogi

Episode 153: WebJobs with Pranav Rastogi

Video | Englisch | Anspruch
In this episode Chris Risner and Haishi Bai are joined by Pranav Rastogi, Program Manager for the ASP.NET Team. Pranav starts by giving a brief overview of what Azure WebJobs are and what they can be used for. WebJobs provide a way to run background processes as part of your...
Episode 87 - Jon Galloway on What's New in VS 2012, ASP.NET 4.5, ASP.NET MVC 4 and Windows Azure Web Sites

Episode 87 - Jon Galloway on What's New in VS 2012, ASP.NET 4.5, ASP.NET MVC 4 and Windows Azure Web Sites

Video | Englisch | Anspruch
Join Nate and Nick each week as they cover Windows Azure. You can follow and interact with the show at @CloudCoverShow. In this episode Nick is joined by Cory Fowler and Jon Galloway. Cory tells us the recent News about all things Windows Azure and Jon demonstrates what's new...
Erich Gamma introduces us to Visual Studio Online integrated with the Windows Azure Portal - Part 2

Erich Gamma introduces us to Visual Studio Online integrated with the Windows Azure Portal - Part 2

Video | Englisch | Anspruch
Erich digs into how the Visual Studio rich editing experience codenamed Monaco uses TypeScript compiled to JavaScript in the browser to deliver type information in a whole new class of application. He also shares the architecture of the new system and how it relates to "Kudu."
Erich Gamma introduces us to Visual Studio Online integrated with the Windows Azure Portal - Part 3

Erich Gamma introduces us to Visual Studio Online integrated with the Windows Azure Portal - Part 3

Video | Englisch | Anspruch
Erich and Scott continue their exploration of the codenamed "Monaco" editor and the Visual Studio Online experience, editing and deploying node apps and C# apps to Azure via Git.
Exploring the Super Secret Kudu Debug Console - with David Ebbo

Exploring the Super Secret Kudu Debug Console - with David Ebbo

Video | Englisch | Anspruch
There's an amazing debug console within your Azure Web Site that you can use for debugging, exploring, uploading files, as well as JSON endpoints for getting information about your environment. David hooks us up.
Getting Started with Windows Azure, the SDK, and Visual Studio

Getting Started with Windows Azure, the SDK, and Visual Studio

Video | Englisch | Anspruch
It's the first episode and Scott makes an Azure Web Site and deploys it all from within Visual Studio 2013 using the new Azure SDK 2.2. Also, he attaches the debugger to the site in Azure itself!
How Azure Web Sites Scale - with Stefan Schackow

How Azure Web Sites Scale - with Stefan Schackow

Video | Englisch | Anspruch
How do Web Sites scale? What happens when the underlying Operating System takes a patch? Stefan explains how Web Sites stay up 24/7.
How the viral internet site

How the viral internet site

Video | Englisch | Anspruch
Principal Engineer Corom Thompson shares the story behind viral Internet site http://www.how-old.net! How was it made, how does it work, and more importantly, how did it scale when the whole internet showed up at its door?
How the viral internet site

How the viral internet site "How-Old.NET" was created and scaled with Corom Thompson

Video | Englisch | Anspruch
Principal Engineer Corom Thompson shares the story behind viral Internet site http://www.how-old.net! How was it made, how does it work, and more importantly, how did it scale when the whole internet showed up at its door?
Instrumenting your Web API using Application Insights with Victor Mushkatin

Instrumenting your Web API using Application Insights with Victor Mushkatin

Video | Englisch | Anspruch
Scott talks to Victor Mushkatin from the Application Insights team. They create a new Web API application to deploy to Azure, but they instrument that all with Application Insights. Victor show us how to instrumental the ASP.NET Web API and hook it directly into Application...
Interaktive Storys erzählen – mit Twine und Azure

Interaktive Storys erzählen – mit Twine und Azure

Video | Deutsch | Anspruch
Ihr erzählt total gern spannende Geschichten? Ihr würdet sie gern mit der Welt teilen und fragt Euch wie? In diesem Microsoft Virtual Academy-Kurs lernt Ihr, Eure Geschichten digital mit Twine zu erstellen, sie ganz interaktiv zu gestalten und im Anschluss ins...
Intro to Windows Azure with Scott Hanselman

Intro to Windows Azure with Scott Hanselman

Video | Englisch | Anspruch
Get started with Windows Azure in less than five minutes. Watch as Scott Hanselman demonstrates how easy it is to create, deploy, and manage an ASP.NET web site on Windows Azure, all from within Visual Studio.
Introduction to Azure Websites Testing in Production with Galin Iliev

Introduction to Azure Websites Testing in Production with Galin Iliev

Video | Englisch | Anspruch
Galin Iliev talk about Azure Websites Testing in Production which lets you route some of your traffic to another slot that may contain a newer version of the site that you'd like to test.
June 2015 - Custom origin, Microsoft Azure CDN integration with AMS, preview to additional CDN features.

June 2015 - Custom origin, Microsoft Azure CDN integration with AMS, preview to additional CDN features.

Video | Englisch | Anspruch
Manling Zhang comes to Azure Friday to tell Scott about recent updates to the Azure CDN.
Keeping Azure Web Sites up plus Endpoint Monitoring - with Stefan Schackow

Keeping Azure Web Sites up plus Endpoint Monitoring - with Stefan Schackow

Video | Englisch | Anspruch
Scott learns how end point monitoring works and how to keep a Web Site up all the time
Making multi-language Azure Web Sites with PHP, node.js, .NET and more.

Making multi-language Azure Web Sites with PHP, node.js, .NET and more.

Video | Englisch | Anspruch
Scott and Stefan dig into what's required of an Azure Web Site to run more than just ASP.NET. Why does a PHP app need a web.config? Can we run one site with more than one technology within it...and is that OK?
Migrate a Database-backed Web Site (and database) to Windows Azure Web Sites

Migrate a Database-backed Web Site (and database) to Windows Azure Web Sites

Video | Englisch | Anspruch
Many demonstrations and tutorials exist for creating a new web site hosted on Windows Azure Web Sites, but this video will walk you through the process of moving an existing site, and the site's SQL Server database, to Windows Azure. First, we'll use the SQL Server 2012 Client...
Performance Testing Web Applications from Visual Studio Enterprise with Manas Maheshwari

Performance Testing Web Applications from Visual Studio Enterprise with Manas Maheshwari

Video | Englisch | Anspruch
Scott talks to Manas Maheshwari from the Azure team about a Performance Testing your Azure Web Apps. Is this video we use Visual Studio Enterprise and spin up a sophisticated load test that includes multiple kinds of users (light browsers vs. a serious power user). We use the...
Performance Testing Web Applications with Manas Maheshwari

Performance Testing Web Applications with Manas Maheshwari

Video | Englisch | Anspruch
Scott talks to Manas Maheshwari from the Azure team about a great new feature that lets you performance test your Azure Web Application directly from the Azure Portal! From the Tools menu of an Azure Web Application, we're able to launch a performance test and ensure that our...
Powerful Mobile Apps with Mobile Services and ASP.NET Web API

Powerful Mobile Apps with Mobile Services and ASP.NET Web API

Video | Englisch | Anspruch
Whether you’re building iOS, Android, or Windows Phone apps, you need an API in the cloud. Come and see how ASP.NET Web API, Visual Studio and Mobile Services come together as a great way to build, run, debug, and host your APIs. Learn how the new .NET support in Mobile...
Querying in DocumentDB

Querying in DocumentDB

Video | Englisch | Anspruch
This week on Data Exposed, Scott welcomes Aravind Ramachandran, Senior PM on the Azure DocumentDB team. In this episode, Aravind gives us the lowdown on the DocumentDB querying capabilities in an easy to understand approach. After providing a quick introduction into DocumentDB,...
Real World Site debugging using Application Insights on an Azure Website

Real World Site debugging using Application Insights on an Azure Website

Video | Englisch | Anspruch
Scott talks to Rahul Bagaria from the Application Insights team. We'll cause some real errors in an Azure Website and then root-cause the issues by instrumenting the production site with Application Insights!
Role Based Access Control (RBAC) in Azure Websites with Daria Grigoriu

Role Based Access Control (RBAC) in Azure Websites with Daria Grigoriu

Video | Englisch | Anspruch
Scott talks to Daria Grigoriu about new support for Role Based Access Control (RBAC) in Azure Websites. We'll see how you can set up separate roles and credentials and do Git deployments without giving away the keys to the whole city!
Running Java and Oracle Applications on Azure

Running Java and Oracle Applications on Azure

Video | Englisch | Anspruch
In this session we’ll look at some of the options for running Java on Azure. We’ll look at the Azure plugin for Eclipse and how it enables creation, development, testing, and deployment of applications as well as some of the more advanced configuration options....
Setting up Custom DNS Records to point to Azure Web Sites - with Stefan Schackow

Setting up Custom DNS Records to point to Azure Web Sites - with Stefan Schackow

Video | Englisch | Anspruch
Scott and Stefan hook up a custom CNAME DNS Record to an Azure Web Site...will it work? Or will they wait a day for DNS to propegate?
Staged WordPress Deployments on Azure with Sunitha Muthukrishna

Staged WordPress Deployments on Azure with Sunitha Muthukrishna

Video | Englisch | Anspruch
Sunitha Muthukrishna comes by Azure Friday to show Scott how to do sophisticated staged WordPress Deployments on the Azure Cloud.
Streaming Logs from Azure Web Sites - with David Ebbo

Streaming Logs from Azure Web Sites - with David Ebbo

Video | Englisch | Anspruch
Scott and David connect to the log streaming services and watch Trace output from the command line.
The HTTP Platform Handler with Scott Hanselman

The HTTP Platform Handler with Scott Hanselman

Video | Englisch | Anspruch
Hey, it's Scott...by himself! In this episode Scott goes solo to talk about the IIS8+ module called the HttpPlatformHandler. It exists so Azure can run Java but now its existence means we've got a generic reverse proxy mechanism for IIS both in Azure AND outside Azure! Let's...
Travelling at the speed of realtime with node.js on Windows Azure

Travelling at the speed of realtime with node.js on Windows Azure

Video | Englisch | Anspruch
Node.js is a great platform for developing realtime scalable server apps. Not only that but because of its lightweight nature you can develop and deploy your app practically at realtime as well! Best of all you can do it on Windows Azure. This talk will blow your mind. You'll...
Using Azure Web Site Logging and Diagnostics - with David Ebbo

Using Azure Web Site Logging and Diagnostics - with David Ebbo

Video | Englisch | Anspruch
David explains where Kudu and Web Site logs are kept, and how we can capture diagnostics trace information.
Virtual Networks and Hybrid Connections Hybrid Cloud Options

Virtual Networks and Hybrid Connections Hybrid Cloud Options

Video | Englisch | Anspruch
Join your guide Cory Fowler as he talks to the product teams in Redmond as well as the web community. Cory is joined by Chris Compy from the Azure App Service team to talk about the Hybrid Connectivity options in Web App. Developer have a choice between VNet and Hybrid...
What's New for ASP.NET and Web in Visual Studio 2013 Update 2 and Beyond

What's New for ASP.NET and Web in Visual Studio 2013 Update 2 and Beyond

Video | Englisch | Anspruch
The web marches on, and so does Visual Studio and ASP.NET, with a renewed commitment to making a great IDE for web developers of all kinds. Join Scott & Scott for this dive into VS2013 Update 2 and beyond. We’ll see new features in ASP.NET, new ideas in front end web...
Why Azure Web Sites? Web Sites Architecture - with Stefan Schackow

Why Azure Web Sites? Web Sites Architecture - with Stefan Schackow

Video | Englisch | Anspruch
Why use Azure Web Sites? How do they relate to (and use) Virtual Machines and Cloud Services. Scott talks to Stefan who breaks it all down.
Windows Azure Web Sites - Things They Don't Teach Kids in School

Windows Azure Web Sites - Things They Don't Teach Kids in School

Video | Englisch | Anspruch
Microsoft has a cloud platform which runs .NET, NodeJS and PHP. All 101 talks out there will show you the same: it's easy to deploy, it scales out on demand and it runs WordPress. Great! But what about doing real things? In this session, we'll explore the things they don't...
Windows Azure Web Sites – Exploring the platform

Windows Azure Web Sites – Exploring the platform

Video | Englisch | Anspruch
Windows Azure Web Sites is a powerful and complete solution to quickly build and deploy web applications. In this session we will highlight the key features and capabilities of Windows Azure Web Sites. You will learn how to get started building a web application, understand...
Windows Azure Web Sites and On-Premises Connectivity

Windows Azure Web Sites and On-Premises Connectivity

Video | Englisch | Anspruch
Windows Azure Web Sites is a great platform for hosting web applications and APIs written in Microsoft ASP.NET, Node.js, PHP, and Python. Customers who want to move into cloud technology a step at a time find great success when initiating their move to cloud by standing up...
Azure SDK .NET VS 2013

Azure SDK .NET VS 2013

Download | Deutsch | Anspruch
Laden Sie das Azure SDK und Tools für .NET VS 2013 herunter, und installieren Sie es.
Azure SDK PHP (Linux-Installation)

Azure SDK PHP (Linux-Installation)

Download | Deutsch | Anspruch
Laden Sie das Azure SDK und Tools für PHP (Linux-Installation) herunter, und installieren Sie es.
Azure SDK PHP (Mac-Installation)

Azure SDK PHP (Mac-Installation)

Download | Deutsch | Anspruch
Laden Sie das Azure SDK und Tools für PHP (Mac-Installation) herunter, und installieren Sie es.
Azure SDK PHP (Windows-Installation)

Azure SDK PHP (Windows-Installation)

Download | Deutsch | Anspruch
Laden Sie das Azure SDK und Tools für PHP (Windows-Installation) herunter, und installieren Sie es.
Azure SDK Python (Linux-Installation)

Azure SDK Python (Linux-Installation)

Download | Deutsch | Anspruch
Laden Sie das Azure SDK und Tools für Python (Linux-Installation) herunter, und installieren Sie es.
Azure SDK Python (Mac-Installation)

Azure SDK Python (Mac-Installation)

Download | Deutsch | Anspruch
Laden Sie das Azure SDK und Tools für Python (Mac-Installation) herunter, und installieren Sie es.
Azure SDK Python (Windows-Installation)

Azure SDK Python (Windows-Installation)

Download | Deutsch | Anspruch
Laden Sie das Azure SDK und Tools für Python (Windows-Installation) herunter, und installieren Sie es.
Azure-Entwicklerleitfaden

Azure-Entwicklerleitfaden

Download | Deutsch | Anspruch
Sie möchten in die Microsft Cloud wechseln. Und Sie fragen sich, wie das geht. Sie wollen die Vorteile, wissen aber nicht, wie Sie beginnen und Fallstricke vermeiden können, mit denen die Cloud-Pioniere anfänglich konfrontiert waren? Im Azure-Entwicklerleitfaden...
Building Cloud Apps with Microsoft Azure

Building Cloud Apps with Microsoft Azure

Download | Englisch | Anspruch
Dieses E-Book führt Sie durch einen musterbasierenden Ansatz um alltagstaugliche Cloud Lösungen herzustellen. Die Muster passen zu dem Entwicklungsprozess, als auch zu Architektur- und Programmierpraktiken. Der Inhalt basiert auf einer Präsentation erstellt von...
E-Book: .NET Microservices Architecture

E-Book: .NET Microservices Architecture

Download | Englisch | Anspruch
Erfahren Sie, wie Sie dotNET Microservices-basierte Apps entwickeln und verwalten können Verwenden von Docker-Containern.
E-Book: Differentiate your apps with intelligent technology

E-Book: Differentiate your apps with intelligent technology

Download | Englisch | Anspruch
Ihre Kunden möchten die beste App-Erfahrung, die Sie bereitstellen können. Fügen Sie Ihren Apps Funktionen zur künstlichen Intelligenz (KI) hinzu, damit Kunden Ihre Angebote besser wahrnehmen und auswählen können als diejenigen der Konkurrenz. Lesen Sie unser E-Book,...
free ebook: Azure Web Apps for Developers | Microsoft Azure Essentials

free ebook: Azure Web Apps for Developers | Microsoft Azure Essentials

Download | Deutsch | Anspruch
Azure Web Apps is a fully managed platform that you can use to build mission-critical web applications that are highly available, secure, and scalable to global proportions. Combined with first-class tooling from Visual Studio and the Microsoft Azure Tools, the Azure Web Apps...
Microsoft Azure Essentials: Azure Web Apps for Developers

Microsoft Azure Essentials: Azure Web Apps for Developers

Download | Englisch | Anspruch
Die “Microsoft Azure Essentials” Serie hilft Ihnen Ihre technischen Fähigkeiten mit Microsoft Auzure zu erweitern. “Microsoft Azure Essentials: Azure Web Apps for Developers” konzentriert sich auf die Bereitstellung grundlegender Informationen...
Free ebook: Microsoft Azure Essentials Fundamentals of Azure

Free ebook: Microsoft Azure Essentials Fundamentals of Azure

Externer Link | Englisch | Anspruch
This ebook covers the fundamentals of Azure you need to start developing solutions right away. It concentrates on the features of the Azure platform that you are most likely to need to know rather than on every feature and service available on the platform. This ebook also...
Live-Webinar

Live-Webinar "Einführung in Microsoft Azure für Softwareentwickler" mit Holger Sirtl am 11.11.2016

Externer Link | Deutsch | Anspruch
Holger Sirtl, Technical Evangelist bei Microsoft Deutschland und Autor des Whitepapers „Einführung in Microsoft Azure“, gibt Ihnen in diesem Webinar Einblicke in die verschiedenen Azure Services: ein idealer Einstieg in die Azure-Welt für alle, die...
Mit Microsoft kostenlos Innovationsprojekte initiieren

Mit Microsoft kostenlos Innovationsprojekte initiieren

Externer Link | Deutsch | Anspruch
Täglich arbeiten Unternehmen daran, Geschäftsmodelle nachhaltig ins digitale Zeitalter zu transformieren und ihre Position als Innovationsführer zu bekräftigen. Der Einsatz zukunftsweisender Technologien spielt dabei eine wichtige Rolle: Wie können Bots...

Verwandte Themen zu Microsoft Azure Web Apps

Microsoft Azure Web Apps Community

Tausche Dich mit Mitgliedern und Experten zu Microsoft Azure Web Apps aus.
Die Gruppe für alle Cloud und Azure Interessierten in Österreich
Microsoft bietet mit Azure App Service und PowerApps leistungsfähige...

Microsoft Azure Web Apps Experten

Nehme jetzt Kontakt zu Microsoft Azure Web Apps Experten in Deiner Nähe auf.

zurück zur Übersicht