上一页 1 2 3 4 5 6 7 8 ··· 19 下一页
摘要: Developing Multi-Tenant Web Applications with Windows Azure AD2 out of 3 rated this helpful-Rate this topicThis document will explain how to use Windows Azure Active Directory to add to one .NET application’s single sign-on and directory access capabilities across multiple organizations.OverviewIn t 阅读全文
posted @ 2013-08-24 13:53 Jonson Li 阅读(1429) 评论(0) 推荐(0)
摘要: Using the Graph API to Query Windows Azure AD4 out of 4 rated this helpful-Rate this topicThis document will explain how to configure a .NET application to use the Graph API to access Directory data from a Windows Azure AD Tenant’s directory.OverviewThis sample application is intended for .NET devel 阅读全文
posted @ 2013-08-24 13:52 Jonson Li 阅读(1138) 评论(0) 推荐(0)
摘要: Adding Sign-On to Your Web Application Using Windows Azure AD14 out of 19 rated this helpful-Rate this topicThis document will show you how to configure a .NET application to perform web single sign-on against your Windows Azure AD enterprise directory.OverviewThis walkthrough will show you how to u 阅读全文
posted @ 2013-08-24 13:51 Jonson Li 阅读(1726) 评论(0) 推荐(0)
摘要: Windows Azure IdentityManaging identity is just as important in the public cloud is it is on premises. To help with this, Windows Azure supports several different cloud identity technologies. They include these:You can run Windows Server Active Directory (commonly called just AD) in the cloud using 阅读全文
posted @ 2013-08-24 13:49 Jonson Li 阅读(399) 评论(0) 推荐(0)
摘要: What is Windows Azure Active Directory?Windows Azure Active Directory is a service that provides identity and access management capabilities in the cloud. In much the same way that Active Directory is a service made available to customers through the Windows Server operating system for on-premises i 阅读全文
posted @ 2013-08-24 13:48 Jonson Li 阅读(308) 评论(0) 推荐(0)
摘要: Create a Virtual Network for Site-to-Site Cross-Premises ConnectivityThis tutorial walks you through the steps to create a cross-premises virtual network. The type of connection we will create is a site-to-site connection. If you want to create a point-to-site VPN by using certificates and a VPN cli 阅读全文
posted @ 2013-08-21 18:39 Jonson Li 阅读(749) 评论(0) 推荐(0)
摘要: Windows Azure Virtual Network Overview18 out of 33 rated this helpful-Rate this topicUpdated: April 25, 2013Windows Azure Virtual Network provides you with the capability to extend your network into Windows Azure and treat deployments in Windows as a natural extension to your on-premises network.Vir 阅读全文
posted @ 2013-08-21 18:38 Jonson Li 阅读(484) 评论(0) 推荐(0)
摘要: Learn SQL Reporting on Windows Azure (9-Step Tutorial)4 out of 4 rated this helpful-Rate this topicLearn how to create and deploy SQL reports on Windows Azure using Report Builder andAdventure Works for Azuresample data. Each step is clearly marked so that you can skip ahead to the skills you want t 阅读全文
posted @ 2013-08-21 16:20 Jonson Li 阅读(321) 评论(0) 推荐(0)
摘要: Create a Virtual Network in Windows AzureThis tutorial walks you through the steps to create a basic Windows Azure Virtual Network using the Windows Azure Management Portal. For more information about Windows Azure Virtual Network, seeWindows Azure Virtual Network Overview.This tutorial assumes you 阅读全文
posted @ 2013-08-21 16:07 Jonson Li 阅读(439) 评论(0) 推荐(0)
摘要: Create and use a reporting service in Windows Azure SQL ReportingIn this tutorial you will learn about how to create and manage a reporting service on Windows Azure SQL Reporting.What is SQL Reporting?SQL Reporting is a cloud-based reporting service built on Windows Azure and SQL Server Reporting Se 阅读全文
posted @ 2013-08-21 09:53 Jonson Li 阅读(292) 评论(0) 推荐(0)
摘要: How to use the Queue Storage Serviceversion 1.7version 2.0This guide will show you how to perform common scenarios using the Windows Azure Queue storage service. The samples are written in C# code and use the Windows Azure Storage Client for .NET. The scenarios covered includeinserting,peeking,getti 阅读全文
posted @ 2013-08-20 16:28 Jonson Li 阅读(542) 评论(0) 推荐(0)
摘要: How to use the Table Storage Serviceversion 1.7version 2.0This guide will show you how to perform common scenarios using the Windows Azure Table Storage Service. The samples are written in C# code and use the Windows Azure Storage Client Library for .NET. The scenarios covered includecreating and de 阅读全文
posted @ 2013-08-20 16:27 Jonson Li 阅读(834) 评论(0) 推荐(0)
摘要: How to use the Windows Azure Blob Storage Service in .NETversion 1.7version 2.0This guide will demonstrate how to perform common scenarios using the Windows Azure Blob storage service. The samples are written in C# and use the Windows Azure Storage Client Library for .NET. The scenarios covered incl 阅读全文
posted @ 2013-08-20 16:25 Jonson Li 阅读(620) 评论(0) 推荐(0)
摘要: What is a Storage Account?A storage account gives your applications access to Windows Azure Blob, Table, and Queue services located in a geographic region. You need a storage account to use Windows Azure storage.The storage account represents the highest level of the namespace for accessing the stor 阅读全文
posted @ 2013-08-20 16:19 Jonson Li 阅读(466) 评论(0) 推荐(0)
摘要: http://channel9.msdn.com/Series/Windows-Azure-Storage-SQL-Database-TutorialsWindows Azure offers multiple services to help manage your data in the cloud. SQL Database, formerly known as SQL Azure Database, enables organizations to rapidly create, scale and extend applications into the cloud with fam 阅读全文
posted @ 2013-08-18 20:40 Jonson Li 阅读(236) 评论(0) 推荐(0)
摘要: How to Scale a SQL Database SolutionOn Windows Azure, database scalability is synonymous with scale out, where a workload is redistributed across multiple commodity servers in a data center. Scale out is a strategy for addressing problems with data capacity or performance. A very large database that 阅读全文
posted @ 2013-08-18 20:38 Jonson Li 阅读(318) 评论(0) 推荐(0)
摘要: Monitoring Windows Azure SQL Database Using Dynamic Management Views5 out of 7 rated this helpful - Rate this topic MicrosoftWindows Azure SQL Database enables a subset of dynamic management views to diagnose the performance problems, which might be caused by blocked or long-running queries, resourc 阅读全文
posted @ 2013-08-18 20:36 Jonson Li 阅读(277) 评论(0) 推荐(0)
摘要: Managing Windows Azure SQL Database using SQL Server Management StudioYou can use Windows Azure SQL Database Management Portal or the SQL Server Management Studio (SSMS) client application to administer your SQL Database subscriptions and create and manage associated logical servers and databases. T 阅读全文
posted @ 2013-08-18 20:35 Jonson Li 阅读(466) 评论(0) 推荐(0)
摘要: How to Deploy a Database to Windows AzureThere are several different ways you can move an on-premises SQL Server database to Windows Azure. In this task, you'll use the Deploy Database to SQL Database wizard to upload a sample database.The School sample database is conveniently simple; all of it 阅读全文
posted @ 2013-08-18 20:34 Jonson Li 阅读(239) 评论(0) 推荐(0)
摘要: How to Create and Configure SQL DatabaseIn this topic, you'll step through logical server creation and configuration. In the new Windows Azure (Preview) Management Portal, revised workflows let you create a database first, and then create a server.However in this topic, you'll create the ser 阅读全文
posted @ 2013-08-18 20:33 Jonson Li 阅读(282) 评论(0) 推荐(0)
摘要: Guidelines for Connecting to Windows Azure SQL Database6 out of 12 rated this helpful - Rate this topic MicrosoftWindows Azure SQL Database works with third-party applications, open source, and many familiar Microsoft applications, such as WCF Data Services, ODBC, and ADO.NET. For solutions to commo 阅读全文
posted @ 2013-08-18 20:32 Jonson Li 阅读(211) 评论(0) 推荐(0)
摘要: Development Considerations in Windows Azure SQL Database3 out of 5 rated this helpful - Rate this topic Developing applications for MicrosoftWindows Azure SQL Database is very similar to developing applications for SQL Server. This topic describes a few differences and some considerations when devel 阅读全文
posted @ 2013-08-18 20:31 Jonson Li 阅读(271) 评论(0) 推荐(0)
摘要: Management REST API Reference27 out of 42 rated this helpful - Rate this topic The SQL Database Management API is a REST API for managing SQL Database servers and the firewall rules associated with SQL Database servers.This reference provides information for working with the SQL Database Management 阅读全文
posted @ 2013-08-18 20:30 Jonson Li 阅读(248) 评论(0) 推荐(0)
摘要: MicrosoftWindows Azure SQL Databaseextends SQL Server capabilities to the cloud. SQL Database offers a relational database service called MicrosoftSQL Database, and using Windows Azure SQL Database, you can easily provision and deploy relational database solutions. Benefits include manageability, hi 阅读全文
posted @ 2013-08-18 20:28 Jonson Li 阅读(203) 评论(0) 推荐(0)
摘要: Getting Started with Windows Azure SQL Data SyncIn this tutorial, you learn the fundamentals of Windows Azure SQL Data Sync using the Windows Azure (Preview) portal.This tutorial assumes minimal prior experience with SQL Server and Windows Azure SQL Database. In this tutorial, you create a hybrid (S 阅读全文
posted @ 2013-08-18 20:27 Jonson Li 阅读(311) 评论(0) 推荐(0)
摘要: In this tutorial you will learn the fundamentals of Windows Azure SQL Database administration using the Windows Azure Management portal. If you are new to database administration, you can follow these lessons to learn essential skills in about 30 minutes.This tutorial does not assume prior experienc 阅读全文
posted @ 2013-08-18 20:25 Jonson Li 阅读(296) 评论(0) 推荐(0)
摘要: Enabling Diagnostics in Windows AzureWindows Azure Diagnostics enables you to collect diagnostic data from a worker role or web role running in Windows Azure. You can use diagnostic data for debugging and troubleshooting, measuring performance, monitoring resource usage, traffic analysis and capacit 阅读全文
posted @ 2013-08-16 17:42 Jonson Li 阅读(933) 评论(0) 推荐(0)
摘要: Building worker role B (email sender) for the Windows Azure Email Service application - 5 of 5.This is the fifth tutorial in a series of five that show how to build and deploy the Windows Azure Email Service sample application. For information about the application and the tutorial series, see the f 阅读全文
posted @ 2013-08-16 14:37 Jonson Li 阅读(292) 评论(0) 推荐(0)
摘要: Building worker role A (email scheduler) for the Windows Azure Email Service application - 4 of 5.This is the fourth tutorial in a series of five that show how to build and deploy the Windows Azure Email Service sample application. For information about the application and the tutorial series, see t 阅读全文
posted @ 2013-08-16 14:36 Jonson Li 阅读(388) 评论(0) 推荐(0)
摘要: Building the web role for the Windows Azure Email Service application - 3 of 5.This is the third tutorial in a series of five that show how to build and deploy the Windows Azure Email Service sample application. For information about the application and the tutorial series, see the first tutorial in 阅读全文
posted @ 2013-08-16 14:33 Jonson Li 阅读(709) 评论(0) 推荐(0)
摘要: Configuring and Deploying the Windows Azure Email Service application - 2 of 5This is the second tutorial in a series of five that show how to build and deploy the Windows Azure Email Service sample application. For information about the application and the tutorial series, see the first tutorial in 阅读全文
posted @ 2013-08-16 14:32 Jonson Li 阅读(492) 评论(0) 推荐(0)
摘要: .NET Multi-Tier Application Using Storage Tables, Queues, and Blobs - 1 of 5This tutorial series shows how to create a multi-tier ASP.NET MVC 4 web application that uses Windows Azure Storage tables, queues, and blobs, and how to deploy the application to a Windows Azure Cloud Service. The tutorials 阅读全文
posted @ 2013-08-16 14:31 Jonson Li 阅读(473) 评论(0) 推荐(0)
摘要: How to Monitor Cloud ServicesTo use this feature and other new Windows Azure capabilities, sign up for the free preview.You can monitor key performance metrics for your cloud services in the Windows Azure Management Portal. You can set the level of monitoring to minimal and verbose for each service 阅读全文
posted @ 2013-08-16 14:28 Jonson Li 阅读(494) 评论(0) 推荐(0)
摘要: How to Manage Cloud ServicesTo use this feature and other new Windows Azure capabilities, sign up for the free preview.In the Cloud Services area of the Windows Azure Management Portal, you can update a service role or a deployment, promote a staged deployment to production, link resources to your c 阅读全文
posted @ 2013-08-16 14:27 Jonson Li 阅读(358) 评论(0) 推荐(0)
摘要: How to Configure Cloud ServicesTo use this feature and other new Windows Azure capabilities, sign up for the free preview.You can configure the most commonly used settings for a cloud service in the Windows Azure Management Portal. Or, if you like to update your configuration files directly, downloa 阅读全文
posted @ 2013-08-16 14:26 Jonson Li 阅读(490) 评论(0) 推荐(0)
摘要: Affinity groups are the way to group the services in your Windows Azure subscription that need to work together in order to achieve optimal performance. When you create an affinity group, it lets Windows Azure know to keep all of the services that belong to your affinity group running at the same da 阅读全文
posted @ 2013-08-16 13:24 Jonson Li 阅读(244) 评论(0) 推荐(0)
摘要: Windows Azure Virtual Network provides you with the capability to extend your network into Windows Azure and treat deployments in Windows as a natural extension to your on-premises network.Virtual Network enables you to accomplish the following:Create a virtual private network in Windows Azure: You 阅读全文
posted @ 2013-08-16 13:23 Jonson Li 阅读(270) 评论(0) 推荐(0)
摘要: Load Balancing Virtual MachinesAll virtual machines that you create in Windows Azure can automatically communicate using a private network channel with other virtual machines in the same cloud service or virtual network. However, you need to add an endpoint to a virtual machine for other resources o 阅读全文
posted @ 2013-08-16 13:13 Jonson Li 阅读(467) 评论(0) 推荐(0)
摘要: Manage the Availability of Virtual MachinesYou can ensure the availability of your application by using multiple Windows Azure Virtual Machines. By using multiple virtual machines in your application, you can make sure that your application is available during local network failures, local disk hard 阅读全文
posted @ 2013-08-16 13:06 Jonson Li 阅读(433) 评论(0) 推荐(0)
摘要: Virtual machine size CPU cores Memory OS disk space–cloud services OS disk space–virtual machines Max. data disks (1 TB each) Max. IOPS(500 per disk) ExtraSmall Shared768 MB19 GB20 GB11x500S... 阅读全文
posted @ 2013-08-16 12:18 Jonson Li 阅读(378) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页