is there a way to preview my app on a browser? is there a link to the app I create on the dashboard? - web

I want to customize my app before going into development of an environment. is there a way? a url?
searched and didn't find

Related

Azure Could not create Static Web App (preview)

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!

Opening a web app page using View Definition

In my managed application deployment I deploy an App Service Web app.
Is it possible to use viewDefinition.json to create an Overview Command Action that will open the deployed site in a new tab or link me to that deployed site?
No, frustratingly, it is not. viewDefinition.json artifacts do not allow you to read in any sort of dynamic variable from the deployment, which would be necessary for something like this.

Publishing Web application as Azure Market place app

I want to develop a website and want to publish that as a Azure market place App.
For example I am expecting something similar to this, some one search for my app in Microsoft Azure Portal->Market place. Then click on my app icon that will redirect to my website.
Is this possible using Azure market place?
If yes, how to achieve this?

Azure endpointName.azureedge.net error

Azure endpointName.azureedge.net created successfully but while accessing Endpoint url it show error
You do not have permission to view this directory or page.
Did I need to add Custom domain to work it out.
Please guide me.
Which endpoint do you add in Azure CDN profile? If adding Azure web app as its endpoint, which language do you use to develop your web app? From my experience, Please try to input detailed path in your url, for example https://endpointName.azureedge.net/default. We can also set default page at Azure web app Application settings like below screenshot:
Build your solution in release mode
Try to publish it with using publish option of project then check

Azure Application Insights

I am creating an Angular site dashboard for admin over my services and was curious to know if there is a way I can integrate a view of my Application Insight telemetry from Azure Mobile Apps? Is there a way to include my AI in an iframe or something similar? Sorry for the basic question but struggling to find info on this.
Thanks
I don't think so. You could use the AI Rest Api (it is in preview) and create your own dashboard components. See https://dev.applicationinsights.io/.

Resources