azure-marketplace

How can i publish my web solution to Marketplace

你。 提交于 2019-12-31 07:26:16
问题 I have a web application which provides data analysis service and deployed on Azure virtual machine. How can i publish it on Azure Marketplace and in which category it will fall? 回答1: There is a complete and documented process for that. You first need to apply as a certified partner : https://azure.microsoft.com/en-us/marketplace/programs/certified/ Then in the publish steps you will choose up to five categories : https://azure.microsoft.com/en-us/documentation/articles/marketplace-publishing

How can i publish my web solution to Marketplace

雨燕双飞 提交于 2019-12-31 07:26:11
问题 I have a web application which provides data analysis service and deployed on Azure virtual machine. How can i publish it on Azure Marketplace and in which category it will fall? 回答1: There is a complete and documented process for that. You first need to apply as a certified partner : https://azure.microsoft.com/en-us/marketplace/programs/certified/ Then in the publish steps you will choose up to five categories : https://azure.microsoft.com/en-us/documentation/articles/marketplace-publishing

How do I use the Bing Search API in Windows Phone?

点点圈 提交于 2019-12-30 02:29:06
问题 I'm trying to use the Bing Search API to find images as backgrounds to the tiles inside of my app. I've included the BingSearchContainer.cs in my Project but I can't make it work with the sample code provided here. Any guidelines for how to use the Bing Search API inside of my Windows Phone 8 app would be appriciated! Thanks for any answer. 回答1: I expect that you already have a AccountKey so I wont tell you have to get one. Implementation First of all, add the BingSearchContainer.cs to your

How to test Azure Marketplace offer?

橙三吉。 提交于 2019-12-25 03:35:46
问题 I created VM for publishing on Azure Marketplace. But I want to test it before I publish it for all. Besides, the publication takes several days. How to test my offer before publishing on Azure Marketplace? UPDATE: I see next screen on Cloud Partner Portal: Should I publish offer before I can test it? 回答1: what you want to test exactly? you can test the ui definition and template separately. you will also have to undergo testing from MS before publication, this readme talks about it in some

Web app onboarding to Azure Web Marketplace

浪子不回头ぞ 提交于 2019-12-24 02:33:05
问题 We checked this documentation - https://blogs.msdn.microsoft.com/appserviceteam/2016/08/26/onboarding-to-azure-web-marketplace on how to onboard our web apps in the Azure marketplace and also the GitHub link - https://github.com/SunBuild/web-app-marketplace We have contacted MSFT on how to host our application which has an API and WCF applications as sub-applications. MSFT replied that sub applications are not currently supported in through this onboarding model. So, we are trying to onboard

Web app onboarding to Azure Web Marketplace

不羁岁月 提交于 2019-12-24 02:33:02
问题 We checked this documentation - https://blogs.msdn.microsoft.com/appserviceteam/2016/08/26/onboarding-to-azure-web-marketplace on how to onboard our web apps in the Azure marketplace and also the GitHub link - https://github.com/SunBuild/web-app-marketplace We have contacted MSFT on how to host our application which has an API and WCF applications as sub-applications. MSFT replied that sub applications are not currently supported in through this onboarding model. So, we are trying to onboard

Does a developer have to pay for publishing a SaaS app on Windows Azure Marketplace?

て烟熏妆下的殇ゞ 提交于 2019-12-23 13:02:18
问题 Currently i'm building a simple SaaS-driven TMS. The aim is to publish it in the Windows Azure Marketplace. I'm not able to find any pricing on that. Does Microsoft charge developers for publishing? Is that on a Monthly base? Or are all applications that are hosted on Windows Azure also publishable (if that's even a word) on the market? Or... do they take a percentage of the price you ask for your subscriptions? Any help would be appreciated! 回答1: I don't know what TMS is, but... The Windows

Publishing a web application on Azure

雨燕双飞 提交于 2019-12-12 04:19:35
问题 I want to publish an web application on Azure market place. I can create a Linux VM, install Java, Tomcat, SQL server and create an image of it. But instead of that, is it possible to create a tomcat instance along with database on Azure portal, add it to a resource group and publish this resource group on market place? Would this approach be more advantageous? thanks 回答1: As per the doc here: https://docs.microsoft.com/en-us/azure/marketplace-publishing/marketplace-publishing-getting-started

Unable to connect to VM with Azure Certified Test Tool 1.2

坚强是说给别人听的谎言 提交于 2019-12-12 03:27:34
问题 I cloned a Windows Server 2012 R2 VM from a VM image. I can: Log in with Remote Desktop. Browse to IIS on port 80 from the Internet. Verify WinRM connectivity with Powershell: "Test-WSMan -ComputerName xyz.westus.cloudapp.azure.com" When I press the connect button in the test tool, the following error is logged: Error in connecting to the VM. Reason for not connecting to the VM : System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server xyz.westus

How can I get the FTP URL for my Azure website via the Management API?

有些话、适合烂在心里 提交于 2019-12-11 06:25:37
问题 I'm trying to get my Azure Web Site's FTP upload address from the Management REST API. Looking at the source code for the Azure SDK Tools, I don't see anything that could help me out, save for a web site property that would be sent via the GetSite action on IWebsitesServiceManagement. Has anyone encountered this problem, and figured out how to get this going? Edit: clarification and links. 回答1: It's there already http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx. Still not