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

docs: Update service-bus docs to reflect changes after SDK migration #930

Closed
wants to merge 1 commit into from

Conversation

JorTurFer
Copy link
Member

Signed-off-by: Jorge Turrado jorge_turrado@hotmail.es

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO)

Related to kedacore/keda#3394
Related to kedacore/keda#3639

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
@JorTurFer JorTurFer requested a review from a team as a code owner September 11, 2022 12:14
@netlify
Copy link

netlify bot commented Sep 11, 2022

Deploy Preview for keda ready!

Name Link
🔨 Latest commit d5267b2
🔍 Latest deploy log https://app.netlify.com/sites/keda/deploys/631dd118077179000883ce62
😎 Deploy Preview https://deploy-preview-930--keda.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Comment on lines +46 to +49
- `fullyQualifiedNamespace` - Full qualified name of the Azure Service Bus namespace (containing the namespace name and the endpoint suffix) that contains your queue or topic. (Value: `{yournamespace}.{endpointSuffix}` Optional*, Required when pod identity is used)
- `namespace` - (**DEPRECATED in favour of `fullyQualifiedNamespace`**) Name of the Azure Service Bus namespace that contains your queue or topic. (Optional*, Required when pod identity is used)
- `connectionFromEnv` - Name of the environment variable your deployment uses to get the connection string of the Azure Service Bus namespace. (Optional)
- `cloud` - Name of the cloud environment that the service bus belongs to. Must be a known Azure cloud environment, or `Private` for Azure Stack Hub or Air Gapped clouds. (valid values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`; default: `AzurePublicCloud`)
- `cloud` - (**DEPRECATED in favour of `fullyQualifiedNamespace`**) Name of the cloud environment that the service bus belongs to. Must be a known Azure cloud environment, or `Private` for Azure Stack Hub or Air Gapped clouds. (valid values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`; default: `AzurePublicCloud`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JorTurFer JorTurFer closed this Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants