azure web site deploy empty - silverlight

I have created a website in AZURE and deployed my simple Silverlight website.
The deploy has worked but the website presents a standard Microsoft 'there is nothing here' graphic.
I have tried to use the FTP host name details to view the site, but my deployment credentials do not work either.
Any ideas why the website thinks that it is empty?

Related

Facing problems to host react front end and connecting it to flask backend on azure cloud

I have the code ready for deployment and it’s working perfectly on the local computer. Flask as the backend (localhost:5000) and React as the front end (localhost:3000). I could host the backend code sucessfully but when I tried to host the front end separately it’s not working After deployment it says Application
and when I check the logs it’s all good no problems or error shown over there.
I also need some idea on how to connect it in Azure cloud as I don’t have much experience. I tried the solutions provided in some of the older discussions here
I can’t use virtual application because the flask backend can only be hosted on linux on Azure.
I have been trying to solve it since days.
Any suggestion on how to deploy and connect both will be helpful.

Azure app service easy auth with Azure AD is not working for linux web app

Azure web app Easy auth (with Azure AD auth) is working for windows web apps, but not on Linux web app.
After enabling the easy auth with Azure AD the web app url shows page not found.
When I checked the web app logs, the container has started and ready to serve the requests. But the web app still shows same Not Found error.
If I disable the easy-auth the web app is working as is.
My azure web app tech stack is
React SPA running on Node LTS 14 in a Linux web app.
Not sure if I am missing something on configuration. Any help is appreciated.
Thanks in advance...
Please check if below cases :
Note :
Limitation : App Service on Linux is not supported on Shared pricing tier.
Linux Azure Web Apps uses pm2 to serve a node app
Go to Azure app service> Configuration > General Settings.
If your build folder is at the root of the project,give Start up command: pm2 serve /home/site/wwwroot --no-daemon –spa
Please go through these related issue References to trouble shoot :
reactjs - Web App Linux - Stack Overflow
React App not starting in azure app service - Stack Overflow
Also please check this Blog.
According to Azure App Service | Microsoft Docs
This error could be due to one of several reasons:
The custom domain configured is missing an A record or a CNAME
record.
The web app owner has moved the web app to a different region, but
the DNS cache is still directing to the old IP Address that was used
in the previous region.
Clear the browser cache and cookies for the site and test for DNS
resolution/ dns entries if they are still pointing to an old IP.Edit
and correct dns in that case.
In your app page, select TLS/SSL settings. Then make HTTPS Only to On.
Also, suggest you Enable diagnostics logging for web apps in Azure App Service incase if you haven’t enabled earlier to check the complete error details and root cause.

Methode to deploy outlook add in with step by step

So I created an outlook add-in and I am able to sideload in outlook desktop app for development,
But now I want to deploy in an organisation so they will be able to use it I followed the deployment doc of https://learn.microsoft.com/en-us/office/dev/add-ins/publish/publish#:~:text=Outlook%20add%2Din%20deployment,Outlook%202013%20or%20later
But I am unable to get how to deploy it I am going around and round reading there documentation.
Can anyone suggest me step or tell me which site to follow for clear vision on deploying outlook add-in or which software to use for deployment. Thank you
You need to upload your add-in's manifest to the Exchange admin center, so the add-in will be available for all Exchange users. To assign add-ins to a tenant, you should use the Exchange admin center to upload a manifest, either from a file or a URL, or add an add-in from AppSource.
You may find the following video helpful - How to Deploy Office Add-ins within Your Organization.

How to deploy a Flask+React application to Azure Web Service

I have been working on this app on my localhost, which has Flask as the backend (localhost:5000) and React as the front end (localhost:3000), and they have been communicating well. Now I am supposed to put it up online so that other ppl can see it as well - I didn't have much experience in Azure, but how can I deploy these two components(React&Flask) into one URL on Azure web app service? (Before I had some experience in using FTP to upload the 'build' folder to a "site/wwwroot" folder to put up a simple React app without any backend)
Newest
After testing, the python project is deployed in the webapp, the react project is deployed in the virtual application, and the normal node project is also deployed in the virtual application.
Deploy the flask python project to the windows environment, the normal deployment method will fail, please be sure to follow this blog document (third-party document) to operate, it works for me.
Running Flask app with HttpPlatformHandler in Azure App Services
The effect is shown in the figure. You can see that the normal node project can be accessed normally, but the react project is not. I think there are some bugs. (Has raised a support ticket to confirm)
The deployment method of virtual application is recommended to adopt the publishing method shown in the figure below.
Privious
It is recommended to choose windows when creating azure web app, because windows supports virtual application.
We can deploy flask app normally and deploy react app in virtual app.
Under normal circumstances, the process.env.port of the two webapps is the same and will not interfere with each other because of the virtual path.
Reference post:
1. Vue Frontend and Express backend on same Azure web app Service
2. Azure Front Door Is Not Maintaining Custom Domain in Browser

Using Bluemix Mobile Services dashboard and foundation download code gives error

I am using the mobile services dashboard and trying to deploy a mobile app to a Mobile Foundation Server. After I build my application using mobile app builder I select "Get Code". One of my options is to "Deploy to Foundation", but when I select it I can't get it to deploy to a V8 server and if I select Download code from that same pop up I get a 404 error.
In my foundation settings I am putting "mobilefoundation-XX-XX-server.mybluemix.net/mfpconsole/" as the publish location. When I push the Deploy button it seems to do something (spinner over Deploy Button spins twice), but nothing is deployed. I have been able to get this to work when I deploy a mobile app to a V7.1 MFP Server.
It looks like you have the wrong publish location. Here are how my settings looked when I deployed to a V8 MFP Server successfully:

Resources