Azure / azure-signalr

Azure SignalR Service SDK for .NET
https://aka.ms/signalr-service
MIT License
427 stars 101 forks source link

Mechanism for deployment #1753

Closed Bhaney44 closed 1 year ago

Bhaney44 commented 1 year ago

Is your feature request related to a problem? Please describe.

One big problem using Azure is that there is no existing way to deploy SignalR applications. The process for creating a SignalR applications is relatively straightforward locally. However, there is no way to deploy the local application via the cloud.

When you click on SignalR under Azure services and Create SignalR in the Azure portal, there is no way to connect the software to a GitHub repository. This is extremely strange because presumably, the Azure team would want people to be able to deploy SignalR applications. So, it is unclear, why they would essentially create a worthless software to prevent users from being able to deploy on their platform.

Describe the solution you'd like

I would like to be able to deploy my SignalR application on Azure.

Additional context

The problem is it isn't clear whether the Azure team wants people to use their software. If they did, they would in theory make a method for deploying the application on the cloud. But, I know a lot of times the incentives within organizations are such that the individuals within those organizations are motivated to do the exact opposite of their stated purpose, which seems like it may be the case here.

Screenshot 2023-01-15 at 12 29 49 PM
Bhaney44 commented 1 year ago

So, I decided I need to use a different software platform for this because Azure is far too convoluted to work with and there is no service provided. It feels like a scam to steal credit card numbers than an actual product and software services offering. I am not able to delete my payment data from my account, even though I have canceled my subscription. If anyone has any advice on how to proceed, it would be much appreciated. Thank you.

Bhaney44 commented 1 year ago

This is actually incredibly frustrating because I cancelled all my subscriptions, but it still won't let me delete my credit card. The Azure Portal refers me to support, which directs me to a bot that generates a solution. The problem is the solution doesn't work. So, there is a bug in Azure software that prevents users from deleting their credit card information. This is a blatant violation of the privacy policy and federal law, particularly Title 18 of the United States Code. Horrible service.

vicancy commented 1 year ago

SignalR application is similar to other web apps and you could deploy them to Azure Web App. VSCode extensions can help simplify the workflow. Here is a sample sharing how to deploy your app to Azure https://learn.microsoft.com/azure/azure-signalr/signalr-tutorial-build-blazor-server-chat-app#publish-to-azure