Azure

Read 2 posts from Azure

Posts

  • Fixing Azure Static App Error while Deploying Next.js

    If you encounter the following error while deploying your Next.js app to Azure Static App via a GitHub CD/CI pipeline: Don’t worry, it’s a quick fix! You just need to add one line to your package.json file: After adding this line, your package.json file should look something like this: Happy coding 🙂

  • Expose Azure VM services publicly

    Sometimes we required to expose service to access from public IP address essentially if the services are running on the virtual machine in Azure. In my case virtual machine was running a Windows 2016 server OS, it was my development machine, where I was developing some web applications. Here are the steps to allow some…