OctopusDeploy / Library

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy
Other
170 stars 496 forks source link

Adding Azure Service Principal authentication option #1484

Closed twerthi closed 4 months ago

twerthi commented 4 months ago

Background

Customer requested the addition of authentication via Azure Service Principal.

Results

The template can now use an Azure Service Principal to deploy DACPAC to an Azure SQL instance.

Before

Authenticating via Service Principal was not an option.

After

The choice has been added with the help text and code updated to support the selection.

Pre-requisites

Fixes issue presented in Community Slack where customer was attempting to write their own template.