python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get Azure AD access token in Static Web App?
I have a vanilla Vue.JS SWA that uses a standard Azure AD authentication via these settings in staticwebapp.config.json:
"auth": {
"identityProviders": {
"azureActiv...

dmbuk
Votes: 0
Answers: 2
Upload *.csv to be consumed by azure function
I have an azure static web app. I want to upload a daily generated *.CSV file from local, convert it to *.json format with azure functions (daily aswell), store it and then pass it to the static web a...
Chris H.
Votes: 0
Answers: 2
Angular RouterModule - getting 404 on page refresh with path defined in routes Azure Static Web Apps
I had created child components to lazy load based on nav menu click which has paths "HTML". The app-routing.module.ts has the following routes defined,
const routes: Routes = [{
path...
linuxuserind
Votes: 0
Answers: 0
Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcException: Cannot find module 'dotenv'
Azure Static Web App (SWA) with integrated API whose index.js has
require('dotenv').config({ path: './environment/misc.env'});
Local-run Azure Static Web Apps emulator perfect. Merged into GitHub mas...
Jeb50
Votes: 0
Answers: 1