Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for new features available for SQL Database Elastic Job Agent (Preview) #23841

Open
1 task done
geremy42 opened this issue Nov 9, 2023 · 2 comments
Open
1 task done
Labels
sdk/requires-newer-api-version This requires upgrading the version of the API being used service/mssql Microsoft SQL Server

Comments

@geremy42
Copy link

geremy42 commented Nov 9, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Description

New annoucements (at last!) has been recently made concerning Azure SQL Database Elastic Job Agent:

  • Microsoft Entra ID (formerly Azure Active Directory) support
  • Service-managed Private Link support to securely connect to target databases.
  • Integration with Azure Alerts for job execution status
  • Easily scale Job Agent’s tier to connect to more targets concurrently.

New or Affected Resource(s)/Data Source(s)

azurerm_mssql_job_agent, azurerm_mssql_job_credential

Potential Terraform Configuration

resource "azurerm_mssql_job_agent" "example" {
  name        = "example-job-agent"
  location    = azurerm_resource_group.example.location
  database_id = azurerm_mssql_database.example.id
  sku        = "JA_100"
  identity {
    type         = "UserAssigned"
    identity_ids = [azurerm_user_assigned_identity.example.id]
  }
}

References

https://techcommunity.microsoft.com/t5/azure-sql-blog/azure-sql-database-elastic-jobs-preview-refresh/ba-p/3965759

@github-actions github-actions bot added the service/mssql Microsoft SQL Server label Nov 9, 2023
@tombuildsstuff
Copy link
Contributor

Dependent on #23721 / Azure/azure-rest-api-specs#26619

@tombuildsstuff tombuildsstuff added the sdk/requires-newer-api-version This requires upgrading the version of the API being used label Nov 9, 2023
@okruga
Copy link

okruga commented May 24, 2024

I believe it's possible to proceed with this, isn't it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdk/requires-newer-api-version This requires upgrading the version of the API being used service/mssql Microsoft SQL Server
Projects
None yet
Development

No branches or pull requests

3 participants