Questions tagged [azure-store]
The Windows Azure Store provides developers with third party app services and data (add-ons) that complement and extend core Windows Azure services.
azure-store
9
questions
4
votes
1
answer
877
views
Azure Resource Provider concepts
I try to write my own Resource Provider to create a new Add-On to Azure MarketPlace, but I have got some not clear concepts about the Provider.
If the user wants to get details on a Resource, Azure ...
3
votes
1
answer
186
views
How do I debug problems during Azure Store offer upgrade?
I'm having troubles debugging "upgrade" of my offer in Azure Store. I've "purchased" the offering, then I click "Upgrade", select a more expensive plan and click the "Proceed" arrow I see the ...
2
votes
1
answer
923
views
Azure Publisher Portal: Couldn't downgrade App Service to free plan
We have a free and a paid plan at our App Service. Users can upgrade the free plan to the paid one, but we provide the possibility to "downgrade" to the free plan.
At the Publisher Portal the free ...
1
vote
1
answer
2k
views
How to change the default timeout for an Azure Queue storage QueueClient.CreateIfNotExists()?
I'm trying to use the v12 SDK of Azure Queues.
When I create my queue instance, the first thing I'm doing on application startup is to see if the queue exists. Based on the typical documentation ...
1
vote
1
answer
129
views
Does Azure Data Lake Store Data for Analytics on temporarily purpose only?
I'm going through a course in MVA "Introducing Azure Data Lake", and till module 2 ,in each vid it's highlighting, that we are paying only for time job is taking to execute.
This get me confused, if ...
0
votes
1
answer
311
views
How to read Certification details in django Request Object?
We are trying integrate with Azure store. Azure store calls our API(built in django restframework) and along with request payload they send Certification details in request.
But, I cannot see the ...
0
votes
1
answer
443
views
What's the point of Azure Add-Ons?
Windows Azure has a store.
The stuff you can by there are called Add-Ons, and they fall in two categories: Service and data.
I understand the point of some of the service offerings, but not all, and ...
0
votes
2
answers
581
views
How do I use Azure Resouce Provider to receive payments for my service?
This is Windows Azure Resource Provider SDK. I've tried to read about concepts and can't definitely understand whether it allows me to do what I want.
I have a web service that is hosted in Windows ...
0
votes
0
answers
131
views
EntityEvent of Azure Resource Provider for Windows Azure Store
I'm implementing azure store provider like here https://github.com/MetricsHub/AzureStoreRP. Also I'm using SDK https://github.com/WindowsAzure/azure-resource-provider-sdk. There is sample request in ...