-
Attempting to deploy a dotnet8 app to a flex consumption Function App:
```
publish-flex:
runs-on: windows-latest
needs: build
steps:
- name: 'Download Build Artifacts'
…
-
### Describe the bug
It is not expected for the app service deployment to require additional permission for "Microsoft.Web/Serverfarms/read".
![image](https://github.com/MicrosoftDocs/azure-docs-cli…
-
Managing application settings from CLI or Portal is time consuming.
I would like to be able to set app settings using a github secret something like:
```yaml
- name: Build And Deploy
…
-
Use Azure AD for web portal authentication.
.Net Version: .Net Framework 4.7.2
OpenIdConnectAuthenticationNotifications: not found in the project DLL library.
The version of Microsoft.Owin and …
-
Scenario:
1. Azure Linux VM created inside VNET (with subnet)
2. Oracle database created on the Linux VM
3. Azure Linux Web App created outside the VNET
Query:
How can my Linux Web App connect …
-
In Azure DevOps Pipeline I am using branch preview environments as described on https://learn.microsoft.com/en-us/azure/static-web-apps/branch-environments?tabs=azure-devops
steps:
...
…
-
The workflow file was autogenerated by Azure. I have the dependencies correctly listed in the `package.json` as well. I'm not sure what is causing it to break. Can someone help with this?
```
error…
-
Hi there,
Always the build an Angular project on Azure Static Apps worked through GitHub, but today GitHub Actions returned error that stopped the project to go further.
Till yesterday it worked …
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity2.visualstudio.com/t/The-Compile-ItemGroup-intellisense-cache/588021)._
---
The Compile ItemGroup intell…
-
### Describe the Bug with repro steps
I have a custom code function app with the following dependencies:
> Functions.csproj
```xml
```
They have a dependency on `Azure.Core` which seemi…