Thanks for posting your question in the Microsoft Q&A forum.
The Azure DevOps pipelines does not automatically generate or upload source maps to Azure Blob Storage.
There are a few potential solutions you can explore:
- Generate Source Maps Manually: Most modern JavaScript bundlers and build tools, such as Webpack or Rollup, have the capability to generate source maps during the build process.
- Use a Custom Build Task: Create a custom build task in your Azure DevOps pipeline that generates source maps and uploads them to an Azure Blob Storage container.
- Leverage Azure Static Web Apps GitHub Action: You can configure your React application to be deployed using the official Azure Static Web Apps GitHub Action. This action supports generating and uploading source maps to Azure Blob Storage during the deployment process.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful