Azure Could not create Static Web App (preview) - azure

I am trying to add a static web app for the first time in Azure. I just signed up with a free account. I have a repository ready on GitHub and now I need to create the web app using the Azure Portal. These are the steps I've taken since signing in:
Navigated to Static Web Apps (Preview) page
Clicked "Add"
After I click Add, an error appears every time:
Oops!
Could not create a Static Web App (preview)
Something went wrong while creating Static Web App (preview)
Has anyone experienced this? Is this normal and I missed a step?

I had a similar problem this morning when I was creating a web app using App Service. I was using the Brave browser. I tried it with the new Microsoft Edge browser and it worked flawlessly. It might be due to a cache problem.
So my suggestions are:
Clear the cache and try again
Try it in another browser like the new Microsoft Edge or Firefox Mozilla.
Let me know if it helps!

Related

trying to Deploying asp.net web api to azure app service

i am trying to deploy a asp.net core web api to azure app service
i try signing in with the account i created on azure but it keeps on bring me to the last step
if you find that VS always aksed you to sign in, but you've entered the user name and password, then pls close the publish window, and open it again. I faced the same issue before, so it may help you.

Web app on azure doesn't show my asp.net core web app after I have published it without any problems

Landing Page of my web app
I have published my asp.net core mvc project in the Azure as web app, however it doesn't show anything. Instead of this it just shows the landing page as there was no code (which is not the case). I have checked few points on stackoverflow, but couldn't find anything, could anyone please help me with that?
There are few reasons causing it, you could refer to the following and troubleshoot it.
Go to your kudu site to check whether all your project file have uploaded to azure.
After publishing webapp to azure, wait for a moment.
Make sure you default page is listed in here and is above hostingstart.html
Deploy Continuous to Azure App Service.
Update:
Delete app and republish it.

Node js web app restart issue

js site which i deployed on Azure.
Site was working fine but i made some changes but changes not appearing on the site. How to restart or clear site cache on Azure portal.
One more thing that post methods are not working in this site as well how to enable post method in Azure ?
I already tried to restart my web app from Azure portal but not success.
Posted my issue https://social.msdn.microsoft.com/Forums/en-US/090831ae-41ff-4091-a7ec-466041904c10/nodejs-app-restart-cache-issue?forum=windowsazurewebsitespreview here as well
First of all, you could restart your app by following steps below on Azure portal.
In the Azure Portal, open the blade for the web app.
Click Overview.
Click Restart button to restart your app.
Secondly, you could check the code whether it has been changed on Azure with Kudu which could be accessed via https://<yourwebsitename>.scm.azurewebsites.net/DebugConsole.
Then cd to site/wwwroot folder, you will now be able to see your application files.
By default, Azure doesn't restrict any HTTP request method. Maybe you have made a mistake in configuring web.config file, which can be found on this article. You can check this official guide if needed.

Azure Web app menu disabled

For hosting one of our asp.net application, we created an Azure account which starts with a free trial. Then I created a web app from app services menu. After web app instance is deployed and ready, I clicked on the web app for changing the settings I get a window with all the menu options disabled.
Does the Azure Free trial subscription have any sort of restrictions?
A site in a free subscription is fully functional, so all this UI absolutely should be available. As you found, after creating a new site everything started working.
Now the question is what prevented this from not working in the first site. My take is that it was likely a glitch in the Azure Portal (yes, it still has a few bugs), and that a browser refresh would have solved it. If you run into this again and a Portal refresh doesn't solve it, we can investigate further.

azure web Code only works after a publish

I am seeing some very strange behavior on my Azure site. When I publish from VS the web site opens and the code works. But when I just paste the URL in the browser the code doesn't work. The specific code is the code that calls my Azure ML API. I am baffled by this one. Anyone have any thoughts on why this would behave this way. BTW. I have the azure SDK installed but my server explorer does not show my web site so I can't debug. I am not using a custom domain.
Clear you browser cache & cookies.
To connect to azure using server explorer. Follow these steps:
Step 1:
Step 2:

Resources