Chrome Support for ACS with ADFS 2.0 Identity Provider
When using Windows Azure's Access Control Service (ACS) to perform user authentication against an Active Directory Federated Service (ADFS) endpoint everything works well when using IE However, when using Chrome or Firefox the site continually ... המשך לקרוא>
Manu Cohen-Yashar , 07-16-2012 20:21
Upload to Shared Access Signature blob using WebClient (REST API)
I want asked by a client how to upload a blob (Put blob) to a SAS (Shared Access Signature) blob using the REST Api. Here is a simple code snippet demonstrating that using WebClient. class Program { private static CloudBlobContainer m_container; ... המשך לקרוא>
Manu Cohen-Yashar , 07-14-2012 18:24
ACS and OAuth 2.0
I was asked by a customer about the OAuth 2.0 endpoint in the ACS management portal. Well ACS can participate in the OAuth Dance. Its role is to produce authorization code for the user's resource and then produce the actual access token ... המשך לקרוא>
Manu Cohen-Yashar , 07-10-2012 14:22
How web roles can behave like a worker roles
The main difference between web and worker roles is the fact that web roles lives in IIS and so they are running in an application pool. Application pools are going down every X minutes (default is 20) if no request arrived. This is problematic ... המשך לקרוא>
Manu Cohen-Yashar , 07-05-2012 8:30
Shared Access Signature to Tables and Queues
SAS (Shared Access Signature) has been added to Azure Storage, which is really cool: http://blogs.msdn.com/b/windowsazurestorage/archive/2012/06/12/introducing-table-sas-shared-access-signature-queue-sas-and-update-to-blob-sas.aspx Now it is ... המשך לקרוא>
Manu Cohen-Yashar , 06-28-2012 16:16
Slides from the Third Jerusalem .NET/C++ User Group Meeting
On Sunday we hosted the third meeting of the Jerusalem .NET/C++ User Group . My presentation on generics in Java, .NET and C++ is below, and Noam’s presentation on the Windows Azure new features can be found in the Windows Azure Training Kit ... המשך לקרוא>
Sasha Goldshtein , 06-26-2012 9:02
Blobs Are Case Sensitive – Why?
I notices that blob names are case sensitive, yet NTFS and general web url are not. (Linux is…) I spoke to several friends and they told me that the http standard define url as case sensitive but in the real world no one implements that. The ... המשך לקרוא>
Manu Cohen-Yashar , 06-20-2012 10:35
Windows Azure with Java
The Windows Azure SDK for Java provides client libraries and tools to allow Java developers to quickly and easily create applications that run on Windows Azure or leverage Windows Azure services such as Windows Azure Storage or Service Bus. ... המשך לקרוא>
Manu Cohen-Yashar , 06-18-2012 10:58
Compute Emulator for web roles runs on IIS Express
From SDK 1.7 compute emulator for web roles are running on IIS express and not on IIS like in previous versions of the Azure SDK . To see the deployment we need to use some UI for IIS express but unfortunately IIS express does not have one. ... המשך לקרוא>
Manu Cohen-Yashar , 06-13-2012 11:34
New Major Release for Windows Azure
Today 7.6.2012 Microsoft released a major new release for windows azure. This release includes the following new capabilities: IAAS (Infrastructure as service): Mount a new virtual machine from a variety of templates (windows, linux, sql etc ... המשך לקרוא>
Manu Cohen-Yashar , 06-08-2012 1:24
Page 5 of 23 (223 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »