mspnp / AzureNamingTool

The Azure Naming Tool is a .NET 8 Blazor application, with a RESTful API. The UI consists of several pages to allow the configuration and generation of Azure Resource names. The API provides a programmatic interface for the functionality.
https://aka.ms/azurenamingtool
MIT License
308 stars 604 forks source link

Remove Azure credentials from workflow #44

Closed wipash closed 7 months ago

wipash commented 7 months ago

Azure credentials are not required when using a publish profile, as the publish profile contains credentials to authenticate to the app service publish URL already. Removing this makes the deployment a lot easier, as this step is no longer necessary.

BryanSoltis commented 7 months ago

Hi @wipash,

Thank you for your feedback! The workflow was from the standard Azure template so it's good to know it can be simplified! This will be included in the next release.

-Bryan