Issue with installing Apigee Edge Micro Gateway on Azure...

Hi,

I am trying to host Edge Micro Gateway on Azure PaaS API services based on following instruction.

https://cloud.google.com/blog/products/api-management/tutorial-deploying-apigee-edge-microgateway

After I complete the installation and try to access the API, I get 500 Error. Looking at the logs on Azure API Service, it seems like files are missing that should have been created when the Micro GateWay was started.

Are there detailed instructions on how to configure it?

Thanks

Surabhi

0 1 550
1 REPLY 1

@Srinandan Sridhar, Hi, I am following article written by you to install MG on Azure. I checked the logs and i see below error when try to run the apis

Application has thrown an uncaught exception and is terminated:
Error: config does not exist
    at IO.loadSync (D:\home\site\wwwroot\node_modules\microgateway-config\lib\io.js:73:11)
    at Loader.get (D:\home\site\wwwroot\node_modules\microgateway-config\lib\network.js:96:35)
    at Object.get (D:\home\site\wwwroot\node_modules\microgateway-config\index.js:16:30)
    at Gateway.start (D:\home\site\wwwroot\cli\lib\gateway.js:60:16)
    at Object.<anonymous> (D:\home\site\wwwroot\app.js:65:7)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (D:\Program Files (x86)\iisnode\interceptor.js:459:1)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)