-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
enhancementNew feature or requestNew feature or requestidleInactive for 14 daysInactive for 14 daysv2-candidate
Milestone
Description
Hi,
Not sure if this is the correct issue template to use, but I am currently working with a customer to build out workflows to deploy DACPACs into their Azure SQL instance. We have created a service principal, but we keep bumping into the following error:
Failed to add firewall rule. Unable to detect client IP address.
Currently, our action is configured as follows:
- name: Azure SQL Deploy
uses: Azure/[email protected]
with:
connection-string: 'Server=${{ env.serverName}};User ID=***;Password=***;Initial Catalog=${{ env.catalog_name }} ;Authentication=ActiveDirectoryServicePrincipal;'
dacpac-package: MyDacpac.dacpac
arguments: '/p:IncludeCompositeObjects=true' Are service principals currently not supported by this task?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestidleInactive for 14 daysInactive for 14 daysv2-candidate