ng-deploy-azure icon indicating copy to clipboard operation
ng-deploy-azure copied to clipboard

Deploy Angular apps to Azure using the Angular CLI

Results 27 ng-deploy-azure issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have configured my `azure.json` file with the correct values according to the `AzureJSON` interface (using the `ng add @azure/ng-deploy` command). When I try to run `ng...

bug
help wanted

**Describe the bug** I am trying to deploy a sample angular app as per the instructions given [here](https://github.com/Azure/ng-deploy-azure). **To Reproduce** Steps to reproduce the behavior: 1. Follow the below steps...

I'd like to avoid building automatically and deploying directly from a path, ideally I'd like to get an error if the path to be deployed is not existing or empty....

**Describe the bug** When adding @azure/ng-deploy to an angular project v9, we get the following error: ``` Cannot read the output path (architect.build.options.outputPath) of project "bazel-angular" in angular.json ``` **To...

bug
enhancement
help wanted

Right now, the ng-deploy-azure system doesn't support specifying alternative Azure Environments (such as sovereign clouds, like AzureUSGovernment or AzureGermanCloud) Please add configuration in azure.json to support specifying other clouds. This...

I am getting this strange issue where on copying blobs from one storage account to other, the content type of blob changes which I believe is failing my logic app....

When I try to deploy I get this message. I have already created the ressource group name and ressource. ``` Error when trying to deploy: ContainerNotFoundThe specified container does not...

question

**Describe the bug** This is more of a feature request than a bug. It's not possible to use Azure's managed identity feature for login (MSI). I noticed that the library...

**Describe the bug** ng-deploy working fine in interactive mode but when i try to deploy in CI mode its failing with > Get Token request returned http error: 400 and...

**Describe the bug** `ng add @azure/ng-deploy` automatically chooses a storage account name based on the project name when the user initializes it and signs in. Sometimes, that storage account name...