Where is BizTalk 2013? - Azure VM Template - azure

I created a BizTalk 2013 VM on Azure using one of the VM templates from the gallery. Connected to it and BizTalk is not working correctly.
BizTalk is not in the Start Menu
When I launched the Admin Console, it gave me a Visual Studio 2010 license error. Cannot launch Admin Console.
What do I do?

I would imagine you have to run the Biztalk configuration Wizard! I would expect to see the biztalk group in though, so perhaps it's not provisioned correctly ?

Related

enable Process menu in On premise TFS

I was previously using Team Foundation services free account on the cloud with my Hotmail account. Now I am try to install TFS on a server computer. Everything worked fine. But then I noticed that I dont see the "Process" Menu option in my on Premise TFS account, while this shows up in the other account.
So, how can I enable "Process" menu option in my On Premise TFS web portal? So that I can configure the Work Item types and the process.
Below is my snapshot of my cloud account that does have the "Process" menu option.
While here is the image of On Premises account that has a very simple menu option.
The Process option menu only shows in Team Services (the cloud), there isn’t this option in On-Premises TFS web portal.
If you work in an on-premises TFS, and want to customize a process template,
you can download the zipped template file using the Process Template Manager. You'll need to use a version of Visual Studio that is at the same version level as TFS. You can install the latest version of Visual Studio Community for free.
Please see Upload or download a process template and Customize a process template for details.
To configure the Work Item types and the process please see Add or modify a work item type.

Using VS 2013, publishing a web site to Azure through the wizard, where would I find this website for later management within my MSDN Azure account?

I've recently built an ASP.NET website using C#.
Using the publishing wizard within Visual Studio 2013 I see that I can publish to "Microsoft Azure Websites", and I have done so. It worked great.
However, logging into the Azure account I'm not able to locate this website anywhere so that I may manage it directly, and see what the burn rate (costs) are.
Where are these "Microsoft Azure Websites" stored once they are published, within Azure?
Many thanks in advance.
Bob
Under Web Apps in the old portal and under App Services in the new one.

BizTalk server Virtual Machine - Unable to see sql server and visual studio

I created a BizTalk server Virtual Machine in azure portal(BizTalk server 2013 standard), but I am not able to see the sql server(but I can see SQL server management studio there)and visual studio in the vm. Do I need to install sql server and visual studio manually on a biztalk server Virtual machine?
If both SQL Management Studio and Visual Studio are there, then you must have provisioned an MSDN instance, meaning a full DEV instance.
That means SQL Server is installed. Did you try to connect to SQL Server? You can try '.' or the server name itself.
I've been looking at using Biztalk on Azure recently too, and from what I understand it sounds like you only got a Biztalk Server VM, and not the DEV environment.
In that case you would need to get another VM to host SQL Server, and none of these two VM will have Visual Studio installed (see section "Biztalk Server License Options" https://msdn.microsoft.com/en-us/library/azure/jj248689.aspx).
If what you need is a the full dev environment ready to use, then you need one of the MSDN subscriptions listed as "Full Benefits" here:
https://www.visualstudio.com/en-us/products/how-to-buy-vs.aspx
Then again, I've been looking into this stuff recently so I could be wrong.

Can I debug a workflow on Office 365?

I have a question about Sharepoint Online debugging.
I've created a Sharepoint app with Visual 2015, destined to sharepoint-online and it's sharepoint hosted. Inside, I have a very simple workflow.
When I try to debug it, the following message appears:
Is it necessary to have an Azure account to debug a workflow? Are there any other options in workflow development?
If it helps, the deployment environment is Office 365.
It is necessary to have an Azure account to debug SharePoint Online/Office 365 workflows. This is because you can't access certain components that are used for debugging a local SharePoint workflow. Instead Microsoft created the Relay Service component of the Microsoft Azure Service Bus. (A secure component that they charge for hosting)
Before this component was released it does't appear debugging was possible. (See article below)
Debugging Workflows In SharePoint 2013 Online using Azure.
If you have an MSDN subscription or work for a Microsoft partner organization you should receive some free access to Azure.
Workflow debugging for SharePoint Online requires a Windows Azure Service Bus connection.
To enable remote debugging:
With a project selected in Solution Explorer, Right click on the Project menu ans select Properties.
Click the Debug tab.
Select the Use remote machine check box.
In the Use remote machine field, enter the name of the remote machine, using the format \\domain\machinename.

How to publish a website with sql local db database to azure using visual studio 2013

I have my website up and running on local server I want to published it to azure. I searched a lot but unable to do so however succeeded in publishing without database.Can any one provide a step by step guide how to published to azure and what tools to download from azure management portal.
Thanks.
Try this http://www.asp.net/mvc/overview/getting-started/database-first-development/publish-to-azure and let us know if you need more help. You will just need Visual Studio 2013.
You can't use localdb with Azure Websites.
That said, you can use localdb for development, but change the connection string on deployment to use some other database, such as SQL Azure (see http://azure.microsoft.com/blog/2013/07/17/windows-azure-web-sites-how-application-strings-and-connection-strings-work/)

Resources