Sign in
Azure World!
Explore Azure
Common Tasks
Blog Home
OK
RSS for comments
RSS for posts
Atom
Search
Tags
Azure ASP.Net Application Services ClientApplicationServices Cookies
Azure ASP.Net WCF SSL
Azure Diagnostics OverallQuotaInMB
Azure DiagnosticsMonitor Custom Logs
Azure IP Restrictions
Azure PHP ZEND
Azure WCF Tracing
WCF ACSv2 Federation AZURE
Monthly Archives
Archives
August 2011
(2)
July 2011
(6)
MSDN Blogs
>
Azure World!
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Azure World!
WCF Federation with ACS v2
Posted
over 2 years ago
by
Zafar Mohammed - MSFT
1
Comments
Recently I worked on WCF Federation with ACS v2. The developer who approached me was trying to authenticate the WCF service (on-premise/azure hosted) using Azure Appfabric Access Control (ACS ). He wanted to use an Identity provider (Windows LiveID or...
Azure World!
Securing Azure hosted ASP.Net/WCF with SSL
Posted
over 2 years ago
by
Zafar Mohammed - MSFT
0
Comments
The exercise below details the steps to secure azure with SSL really well. Exercise 4: Securing Windows Azure with SSL http://msdn.microsoft.com/en-us/gg271302 In the exercise above, it uses self-signed certificates. Everything should work smoothly...
Azure World!
Azure DiagnosticMonitor - Custom Logs
Posted
over 2 years ago
by
Zafar Mohammed - MSFT
0
Comments
Azure Diagnostics custom logs are not moving to the storage account. I've configured the diagnostics as follows for custom logs. Code in OnStart method: // Get the default initial configuration for DiagnosticMonitor. DiagnosticMonitorConfiguration...
Azure World!
Hosting ASP.Net Application Services in Azure and Implement ClientApplicationServices
Posted
over 2 years ago
by
Zafar Mohammed - MSFT
0
Comments
ASP.NET application services are built-in Web services that provide access to features such as forms authentication, roles, and profile properties. These services are part of a service-oriented architecture (SOA), in which an application consists of one...
Azure World!
Azure Deployment Aborted - DiagnosticMonitorConfiguration.OverallQuotaInMB
Posted
over 2 years ago
by
Zafar Mohammed - MSFT
0
Comments
I ran into an interesting issue today while configuring custom log directory in Azure Diagnostics. The role was aborting with the following code in OnStart method. public override bool OnStart() { // Get the default initial configuration for DiagnosticMonitor...
Azure World!
How to restrict unwanted IPs to access your site in Azure environment?
Posted
over 2 years ago
by
Zafar Mohammed - MSFT
0
Comments
This is a very frequently asked question, not just in the Azure world! How to restrict unwanted IPs to access your site in Azure environment? There are two parts to it, as listed below: 1. Static IP Restriction - where you know the list of IPs...
Azure World!
Hosting PHP/ZEND Framework applications in Windows Azure Web Role (Full IIS)
Posted
over 2 years ago
by
Zafar Mohammed - MSFT
0
Comments
Symptom: Unable to host application using ZEND framwork and PHP. The role gets started but runtime issues occur. Here's one of the errors logged in the application event log & browser indicating PHP prcess in crashing. Log Name: Application...
Azure World!
WCF Tracing in Windows Azure SDK 1.3 or higher
Posted
over 2 years ago
by
Zafar Mohammed - MSFT
1
Comments
WCF Tracing in on-premise servers - http://msdn.microsoft.com/en-us/library/ms733025.aspx WCF Tracing in on-premise servers with intermittent failures – Enable Circular tracing: http://msdn.microsoft.com/en-us/library/aa395205.aspx WCF Tracing...
Page 1 of 1 (8 items)