0

Am having a problem in creating a namespace in azure. After fill all the required fields the button "create namespace" is disabled. Please help me.! Please see the image which describes my problem clearly.

enter image description here

David Makogon
  • 69,407
  • 21
  • 141
  • 189

1 Answers1

0

Your #1 problem is that you're using the legacy Silverlight portal, from which all services have now been retired (aside from caching, which you're attempting to allocate). There's absolutely no reason you should be working via the Silverlight portal.

Go, instead, to manage.windowsazure.com. Here you'll find everything you need, including the cache service:

enter image description here

You can then create a cache with appropriate region and size:

enter image description here

Once it's created, it'll show up in your portal, under the Cache tab on the left.

enter image description here

Then, clicking through the cache name, you'll see several options, including the ability to scale:

enter image description here

David Makogon
  • 69,407
  • 21
  • 141
  • 189