Grant anonymous users permissions to containers and blobs By default, a container and any blobs within it may be accessed only by the owner of the storage account. To give anonymous users read permissions to a container and its blobs, you can set the…
Manage the Availability of Virtual Machines You 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 avail…
背景 本文主要介绍如何获取如何获取Azure Rest API的访问token,所采用的是v2.0版本的Microsoft标识平台,关于1.0和2.0的区别可以参考 https://docs.azure.cn/zh-cn/active-directory/azuread-dev/azure-ad-endpoint-comparison 此文档 原理 采用的是OAuth2.0协议的客户端凭据授予的方式,即直接使用client id和secret获取令牌. 步骤 1.新建AAD应用.,导航到Azur…
<Windows Azure Platform 系列文章目录> PowerShell我已经提交到GitHub: https://github.com/leizhang1984/AzureChinaPowerShell/blob/master/ARM/ConvertManagedDisk/ConvertManagedDisk.ps1 在笔者之前的文章中,我们如果需要使用Azure虚拟机,必须预先创建一个Azure存储账户(Storage Account),用来保存虚拟机的VHD文件. 这会有几个…
How to use the Windows Azure Blob Storage Service in .NET version 1.7 version 2.0 This 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 Storag…
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…
A shared access signature (SAS) provides you with a way to grant limited access to objects in your storage account to other clients, without exposing your account key. In this article, we provide an overview of the SAS model, review SAS best practice…
本文转自:http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/?rnd=1 Overview This guide will demonstrate how to perform common scenarios using the Azure Blob storage service. The samples are written in C# and use the A…
Keywords Windows Azure AD, SSO Summary Use Windows Azure AD to create SSO projects Detailed Scenario 1: Visual Studio 2012 概述: 用Visual Studio创建MVC项目MvcSSO1.MvcSSO2 在Windows Azure Manage portal 上的AD里加入上面两个项目 用Visual Studio给项目MvcSSO1.MvcSSO2配置登录连接 运行上述…
Development Considerations in Windows Azure SQL Database 3 out of 5 rated this helpful - Rate this topic Developing applications for Microsoft Windows Azure SQL Database is very similar to developing applications for SQL Server. This topic describes…