Anthony Chu

Results 29 issues of Anthony Chu

Static Web Apps’ x-ms-client-principal header is different than Easy Auth’s. Need to sniff which one it is and create ClaimsPrincipal accordingly. @cgillum is it possible to make this change soon...

P1

Current `--build` only supports Linux. We should support Windows as well and run build with kudu with when `remote`. Related: https://github.com/Azure/azure-cli/issues/12289 https://github.com/Azure/Azure-Functions/issues/1509

P3
Deployment

Before filing this issue, please ensure you're using the latest CLI by running `swa --version` and comparing to the latest version on [npm](https://www.npmjs.com/package/@azure/static-web-apps-cli). Trying to use swa deploy. It's failing...

type: bug
priority: high (P0)
command: deploy
scope: deploy-client
status: awaiting user input

**Is your feature request related to a problem? Please describe.** Currently, when using `swa login`, it displays a list of tenant id's in a picker. Can it also include the...

type: enhancement
priority: low (P2)
command: login

![image](https://user-images.githubusercontent.com/3982077/145298496-1889f6a7-c329-49a3-84d0-bd1b56a603fc.png) ```json "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", "version": "[2.*, 3.0.0)" } ``` Also, `DurableFunctionsEntityHttpStart-Python` is [missing](https://github.com/Azure/azure-functions-templates/tree/dev/Functions.Templates/Templates). /cc @davidmrdavid

area: documentation

@btholt @dariagrigoriu After our conversation earlier this week about better typing/intellisense support for JS Functions, experimented with this a bit and it seems to work. We could update the JS...

Needs: Triage (functions)

Add a conditional, otherwise it fails when running msbuild in CI pipelines. ```xml Never PreserveNewest ``` Edit: Looks like this might not work. https://github.com/Azure/azure-functions-core-tools/issues/2252

Needs: Triage (functions)

Like this JavaScript one here: https://github.com/Azure/azure-functions-templates/blob/dev/Functions.Templates/Templates/DurableFunctionsEntityHttpStart-JavaScript/ @davidmrdavid @bachuv

Needs: Triage (functions)

Would be great if templates in Core Tools and VS Code can be extensible. https://github.com/Azure/azure-functions-core-tools/issues/2341

Needs: Triage (functions)

Needs discussion 1. Select a SWA (exclude ones that are connected to GitHub): - Create a SWA without connecting to GitHub - Or select from list of SWAs not connected...

tracking