0
votes

I own a performance license for ImageResizing for the domain azure.content.bloc.net with A record to a Azure website See example url to a image hosted in azure here:

http://azure.content.bloc.net/logo/200000195/1767/2015/12/15/ny%20ove2r.jpg?width=300

But the resizer.debug.ashx returns the following error: resizer configuration(Error): No license found for domain bloccontent.azurewebsites.net - features installed: R4Performance or R4BlobProviders

http://azure.content.bloc.net/resizer.debug.ashx

How do we fix this problem?


Update:

We have changed our setup and we are using azure VM machine instead. only binding that exists in IIS is azure.content.bloc.net

resizer.debug page is showing 0 issues (http://azure.content.bloc.net/resizer.debug.ashx)

However, we are still getting the red dot on all photos: http://azure.content.bloc.net/profile/200000195/757/2015/12/10/

1

1 Answers

0
votes

ImageResizer Performance licenses must be used only for public-facing domains where the HTTP host header recieved by the app matches the domain key.

As specified in the product description, we suggest an Elite license for load-balanced deployments where an internal domain is used instead.

I suggest looking at your HTTP logs to see what HOST headed is being sent to your application. If possible, configure your CDN or load balancers to address the server with a subdomain of the purchased domain. It is likely that you cannot actually do an A record on azure websites.