Microsoft branding terminology for an Azure offer to run HANA instances on SAP HANA hardware deployed in Large Instance stamps in different Azure regions.
Nextjs has a configuration file next.config.js This file can be used to indicate what the output folder should be. You can also look at the output folder that is created after you do a npm build , typically .next This is the folder name that should be used for the output_location: `
output_location: ".next" #
const nextConfig = {
// enable static export application, add output: 'export
// output: 'export',
// Optional: Change the output directory `out` -> `dist`
distDir: '.next',
}