Creation of Microsoft Azure Web App with sql server failed - asp.net-mvc

I got the following error when creating an azure web app:
Creation of Microsoft Azure Web App with sql server failed
I know what the issue is, but i dont know how to go back, change the settings and retry to create the web app. Can anyone advise how i do this?

Per your comment, did you try editing the publish profile and correct the settings that where incorrect?
You can edit the publish profile found under "Properties". It is an XML file that contains all the settings for publishing your site.
More information can be found here: How to: Edit Deployment Settings in Publish Profile (.pubxml) Files and the .wpp.targets File in Visual Studio Web Projects

Related

How can i host an Apple enterprise app download page on Sharepoint

I am trying to find a way to host my enterprise distributed apps on our company Sharepoint site. I created a site and uploaded the .plist and the .ipa files to the site's "documents", linking them with the <a href="itms-services://?action=download-manifest&url=[link to plist]-command but i does not seem to work, tapping the link on the iOS device nothing happens. Is there a workable strategy hosting both the app installations files and the download link on Sharepoint.
Several community articles mention that the root-cause of this issue is an authentication layer; if we consider this to be a root-cause, the entire SharePoint (OnPremises or Online) or any web site that contains an authentication provider will prevent the proper consumption of these files; BUT, I don't think it's the real problem, because the file extensions mentioned in your question are not supported by MIME types in SharePoint. Please, if possible, inspect the link with Browser Developer Tools and verify that the HTML of the link is rendered correctly; unfortunately, there is not much hope in solving this problem natively. You may try to develop some custom App for SharePoint using SharePoint Framework (SPFx) or SharePoint Add-In Hosted App to try to solve this issue, but you will have a hard work to do

Http Error 500 Azure Websites Deployment issue

I've published an app to Azure for the first time. When I go to the site I get an HTTP 500 error saying
The page isn't working. *****.azurewebsites.net is currently unable to handle this request.
Looking at the Live Metrics Stream on the Azure Portal it says
Not available: your app is offline or using an older SDK
This is a .Net Core app.
When I published it there were no errors. It said the build and publishing were successful. I'm not sure what other information I can give to help someone help me resolve this.
Below is an error from the Azure Portal:
Try to add below code in your .csproj file, then deploy to Azure, test whether it can be solved.
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
I have had this issue as well. Assuming you have no errors in the deploy:
Restarting the app on the portal worked for me.
This may be more than you need, but, I also add a health check to the app looking for bad instances to automatically remove them.
HTH

Dynamics 365 - Deployment Toolkit Error

I have been playing with developer toolkit for dynamics 365 in the last three days.
I am working on a simple plugin sample. For uncountable times I had to create a new Package, connect to CRM and add my plugin project once more to the packaged due to the following errors:
This error occurs when I try to deploy my plugin. Note that I am system administrator (No doubt about it)
When I try to open the CRM Explorer (View > CRM Explorer) or open my current crm connection through (Tools > Connect to Dynamics 365 Server) I get the error below:
I googled for hours on the internet without success. I really appreciate any clue of what is causing that issue.
You have to be a CRM Deployment Administrator in order to deploy plugins to CRM that aren't registred in sandbox mode. This is an actual AD permission: https://blogs.msdn.microsoft.com/crminthefield/2013/10/07/6-steps-to-add-a-deployment-administrator-in-microsoft-dynamics-crm-2011/

Can't connect to and debug my azure app

I have a mvc4 project that I have published to azure through a publish profile that I use by right clicking my main project and go publish.
All this works great and has for a while.
But now I need to debug the app so I installet the azure tools and according to tutorials I should then have my application under "Windows Azure Compute" in server tab. I do not there is nothing under there.
If I select "Add Deployment Environment" I can click a link that says download publish settings file so I did and I got the file. When i then import it, it looks like this: http://db.tt/JkJsT3Hl
however if I now click the little arrow next to 3-Month Free Trial the arrow simply disappear. There is nothing there.
I noticed that the publich settings file I had since before was not at all the same as this new one I got now. I could not use the old one here.
I also noticed that a new Certificate showed up on the azure page like so: http://db.tt/KoqNXwUp
I should mention that before it said upload a .cer file, something i never did.
Okay thats all I know.
I had missed that azure toolkit comes with a emulator (system tray)
enabled that and created a web role (right click project and chose create azure role)
and now i can debug in the emulator on my local machine and so far it has worked brilliant.
Beware that it can require you to run visual as admin to work.

problem with Enterprise Portal and Role Center installation

I have installed the following:
.Net Framework 3.5, windows installer 3.1, IIS 7.0, ASP .NET, Microsoft DynamicsAX .NET business connector, AMO, AOS and Microsoft office share point server 2007
when trying to install Enterprise Portal and Role Center on office Sharepoint server I got a warning when the installation finished.
When trying to install Deploy ODC, I got an error. I think it is related to the fact I am missing the site: http://servername/sites/DynamicsAX
Now the questions:
How can I create the site/DynamicsAX site? (I saw in the Enterprise Portal and Role Centers on Office sharepoint server installation guide I need to configure it but couldn't find it in the actual setup)
Is this the reason I cannot fins the Enterprise portal when accessing AX?
Please assist if you have any idea?
Thanks,
Ub.
You should be able to have the Enterprise Portal installation program create your site. But since the installation ended with a warning, you probably didn't get the site created.
Here is a link to information about how you can manually deploy ODC files: http://blogs.msdn.com/b/emeadaxsupport/archive/2010/02/17/how-to-manually-deploy-odc-files-to-microsoft-dynamics-ax-2009-enterprise-portal.aspx

Resources