Azure web app - extension, push and MySQL button cannot click/disabled - azure

I created a web app using Linux and PHP 7.2, build in East Asia.
I want to install Laravel and connect MySQL DB but it's disabling me to click in extension and other button.
I have searched but I can't find a solution to this problem, can someone help me?

Extension option is not supported on Linux app.
About connect to Azure SQL DB, here is the official tutorial you could follow: https://learn.microsoft.com/en-us/azure/app-service/tutorial-php-mysql-app?pivots=platform-linux
About install some module, the best way is writing the install command in workflow or package.json for installing automatically.

Related

How to install node.js source code through cpanel filemanager

Hey guys... I have a complete web project source code built with node.js, but am trying to install it on shared hosting using cpanel file manager, and have uploaded and connected the database and SQL database but when I run the app on browser keep showing index page and all file uploaded...
I need help guys...

Run time problem with an example of a personal Microsoft Teams application

I'm studying to add SSO functions in a Teams personal application by using this example, https://github.com/pnp/teams-dev-samples/tree/master/samples/tab-sso. I chosed the version node.js. I registered the application on Azure-AD platform, I uploaded the manifest and .env files, and I ran npm install in both api and npmjs folder. But when I run "npm run start" in the nodejs folder, I hade this problem. Do you have any idea why there is a problem and how can I resolve it? Any help is appreciated. Thanks! Log of the terminal
Try to reinstall modules. Alternatively, you can use Microsoft Teams Toolkit with the option Azure AD SSO on.

How to integrate Gigya with e-commerce?

Im trying to integrate the Customer Data Cloud (Gigya) with Hybris 1905, Where I already installed the gigyaAddon, and gigyabackoffice for the project using the Gigya Documentation. When in the tutorial they open the backoffice it has more options than my backoffice, like Customer Data cloud (Gigya) users or Customer data cloud (Gigya) Raas Configuration. Did I miss something, should I install magento to get those filds, Also When I give the information and press Next I get the following error: "Could not resolve qualifier [gigya Global Advanced]", Why is this happenning ? Thanks for the help.
UPDATE:
When Installing following the SAP tutorial, I found that they told you to configure a session managment, but Im not getting that field with backoffice.... Is that neccesarily to create a connection with Gigya?, Do I have a listener for login events out of the box that I can use?
For support of SAP Commerce Cloud versions 1811 and above (e.g., 1905), use the native connector that is built-in to SAP Commerce Cloud, for additional information see: https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/1811/en-US/4fc06a3539a940e6b707c0c543d44053.html
You should not be installing the stand-alone GConnector for use with that version of Hybris/Commerce Cloud.

scaffold-mobile-app scripts out command error wile Upgrading Azure mobile services to Mobile app services

I am just trying to upgrade my Azure Mobile Service(AMS) to Mobile app service with the help of documentation link provided here.
I have successfully migrated my Mobile service with the help of button provided on portal. After that I also installed node server on my local machine and installed following node package -
npm i -g azure-mobile-apps-compatibility
I have also obtained my Azure Mobile Service script files. Following is my folder hierarchy of Scripts folder -
Now here in this step I am stuck. I am trying to Scaffold the new Azure Mobile Apps backend with the help of following Node command -
scaffold-mobile-app scripts out
When I executed above command, I am getting following errors in node command prompt -
After looking at the errors I thought that there is some problem with my municipality api files. So I also tried removing my municipality.js and permissions.js file. After that I re executed the scaffolding command. But it again gave me the following error -
I did some research to resolve this error. But I did not get any relevant help in that context. Can someone help/ guide me so that I can proceed further in this upgrade activity?

With Windows Azure, can I deploy a node.js server using Dropbox?

There are several tutorials on Azure showing how to deploy a node.js server using git. Azure has a nifty feature where you can link a Dropbox folder to an Azure web site for very simple deployments. Works awesome for websites, but I was hoping it might work for node.js deployments as well.
It doesn't seem to work- the deployment process goes fine, but navigating to the URL of the node.js deployment produces this error:
The page cannot be displayed because an internal server error has occurred.
Anyone know if it's possible to deploy a node.js server to Windows Azure via Dropbox?
Many thanks-
UPDATE-
Just ran through the deployment logs and found this line:
The package.json file is not present.
The node.js application will run with the default node.js version 0.6.20.
Perhaps that it explains my problem?
from the console and folder type "npm init" to generate package.json

Resources