Azure Forum Group? Community Center Meta DaniWeb by zachattack05 I'd like to suggest a forum category for Azure development. Many of the concepts are covered by the …topics here, but some are not, such as Azure SQL Database, Virtual Machines and Virtual Networks, Cloud Services, etc… but indirectly they are. There are tools and limitations that Azure offers developers that may be covered here, but they are… How to develop Azure hosted Web API and Office 365 API access ? Programming Software Development by pradeep_12 … for accessing calendar information, send emails etc. I have an Azure account with Administrative access. I also have a Office 365… office 365 API. 2) Besides registering the Web API in Azure Active Directory what else I need to do. I read… site that I need to register Office 365 tenant in Azure AD as well. Is this necessary? 3) I am already… Microsoft Jumps In to Cloud Computing with Azure Announcement Hardware and Software Hardware Mobile and Wearables by Techwriter10 … [URL="http://cooney.typepad.com/lauren_cooneys_blog/2008/10/welcome-azure-qa-from-the-experts.html"]cloud computing initiative it…'s calling Azure[/URL]. It's significant on several levels. First of all… Licence handling in C# on Azure...? Programming Software Development by owenransen … first part of really using Windows Azure I'd like to use C# running on Azure to verify the license code of… How to Download specific folder(s) into Build server from Azure Repos Git Hardware and Software Cloud-based Apps by sganandhsg Hi All, Basically, am using Azure Repos Git as for my source control with Azure Devops. I am using automated build and deploy… Re: Licence handling in C# on Azure...? Programming Software Development by pritaeas … statement if we know what is happening between them. On Azure you have webroles, worker roles, databases, storage and queues. All… Re: How to Download specific folder(s) into Build server from Azure Repos Git Hardware and Software Cloud-based Apps by rproffitt It appears you have to write a script to do this. I see a good example at https://stackoverflow.com/questions/57866360/download-source-files-of-a-specific-directory-under-azure-devops-git-monorepo Re: ASP website on AZURE Programming Web Development by LaxLoafer … find options for creating Azure projects and deploying them from within Visual Studio. Azure provides a variety of… ways to host web sites: * Windows Azure Web Sites (WAWS) …* Web Roles (Cloud Services) * Azure Virtual Machines I'm unsure … Windows Forms and Windows Azure Programming Software Development by midimatt … process of attempting to create a storage system using Windows Azure, The problem I'm having is that I can't… seem to find any information on how to access windows azure using a c# windows forms application. All I can find… plan was to have a WCF service within a windows azure web role, and connect to that service with my application… Re: Is it able to use Windows Azure mobile service with PHP? Programming Web Development by veedeoo … source codes from the tutorial, it is clear that azure can run on linux, apple, and IIS servers. However… co-exist or even render the contents for the azure app. Try searching more on google.. I am …highly confident this can be done, because the azure content is also written in html and lots of …wrapper to connect the SQL database for the azure. Re: Is it able to use Windows Azure mobile service with PHP? Programming Web Development by veedeoo …the new apps.. <?php $page_data = array( 'title'=>'Windows Azure', 'description'=> 'Mobile Services', 'footer' => 'yoursiteDotCom 2013'…'></script>--> <script src='azure/app.js'></script> </body… Connect Azure Hadoop HDInsight Cluster with Azure data Factory Hardware and Software by devotee [Error facing during connection in ADF pipeline] I am facing issue while connecting Azure Hive db with Azure data factory. ASP website on AZURE Programming Web Development by eos.paks Good Day, I have a ASP website fully working and i want it to Deploy on Windows Azure? How can i do that im basically new this Azure of Microsoft. Your Immidiate Response is Highly Appreciated. Thank you, EOS Can't submit a form that sends an email in azure Programming Web Development by Violet_82 Hi guys, does anybody have any experience with Azure at all? I finally deployed a test site I built ….web> </configuration> Now, being really new to Azure, I have no idea what can cause the problem, and… Re: Is it able to use Windows Azure mobile service with PHP? Programming Web Development by spothao Thanks @veedeoo, but i think the sdk is for building php on azure server, how to make it available for azure mobile service? Re: ASP website on AZURE Programming Web Development by pritaeas http://blog.nimbo.com/running-classic-asp-pages-in-windows-azure/ Re: Windows Server vs Windows Azure Hardware and Software Microsoft Windows by JorgeM Before you commit to something, you should give it a try. Azure provides a free trial. Azure is comparable to AWS, amazon web services. With these cloud services, you are paying for your usage (bandwidth, cpu, etc...), not really paying for single instances of servers. Cloud computing with Azure and Wcf Hardware and Software Microsoft Windows by everhett.raman Hi guys, Came across few materials about win azure and wcf services for cloud computing. If anyone working on … Re: Cloud computing with Azure and Wcf Hardware and Software Microsoft Windows by everhett.raman … the services too. Hense my concern is, could wcf and azure's help me to achieve this by maximizing processing affinity… Re: Cloud computing with Azure and Wcf Hardware and Software Microsoft Windows by pritaeas If you have a clear picture of what you want, I'd feed it to the guys on the Azure forums at MS. They're really helpful in finding flaws and recommendations. vb6 and Azure Programming Software Development by game4tress Is it possible to place a VB6 application working on Windows Azure and share it among several clients? If so, how? My thanks in advanced Re: vb6 and Azure Programming Software Development by tinstaafl > share it among several clients Do you mean sharing the data? Having several clients running the same app doing calculations? Are the capabilities you want already present in your app, but you need to leverage Azure? Is it able to use Windows Azure mobile service with PHP? Programming Web Development by spothao I am doing a project using the windows azure mobile service, and i want to implement it on php page, is it possible to make it on php page instead of html? because on the tutorial only have html and they are using other localhost as well Help!!! Windows Server vs Windows Azure Hardware and Software Microsoft Windows by davy_yg Hello, I wonder what is the difference between Windows Server & Windows Azure for Web Hosting? and which is better? Thanks before. Re: Windows Server vs Windows Azure Hardware and Software Microsoft Windows by pritaeas Windows Azure provides multiple instances of a Windows Server (in the cloud) and will automatically start a new instance, if one fails. Better depends on your requirements. Re: Windows Server vs Windows Azure Hardware and Software Microsoft Windows by rch1231 … multiple web sites on with IIS or other applications. Windows Azure gives you a host server that allows you to run… why cant conect to a Azure Virtual Machine database Programming Software Development by altjen hi. few days ago I open a microsoft azure account and create a virtual machine. download SQL server managment and do everything ready. open TCP port 1433 and my DSN name is btca.cloudapp.net now I cant connect with the database inside it... what to do. Im looking everything but nothing help... why cant conect to a Azure Virtual Machine database Programming Software Development by altjen hi. few days ago I create a Azure Account and create a Virtual Machine install SQL server managment. open TCP port 1433. but now I cant connect to my app... my DNS is btca.cloudapp.net but cant connect the code with the database... please help me... why cant conect to a Azure Virtual Machine database Programming Software Development by altjen hi. few days ago I create a Azure account and create a Virtual machine. download and install SQL server managment, open TCP port 1433. but cant connect to my app.. my DNS is btca.cloudapp.net but cant connect. tried to connect with DSN & IP but nothing happening. any suggestion? Index.cshtml not found - .NET Core 2.2 Web App Deployed on Azure Programming Software Development by Rushabh Verma … Core 2.2 Web App that I have deployed to Azure App Service. App contains a simple HomeController with Index Action…