Forum Discussion

john_developer's avatar
john_developer
Copper Contributor
Jun 11, 2023

app on azure

Hi all,

I have my account on Azure (developer mode), where I do my experiments.
I created now a small app with VS2022 and uploaded it. Everything ok, it's simple and it works ok.

 

Now I will also have to integrate SQL SERVER to be able to save some data and see them on the app and also via API (because it is also necessary to see the data on the software in the office).

 

This app will be used by a customer of mine with 5 employees.
It will probably have another customer with 3 employees use it as well.

 

I was wondering what is the best method to publish.
All on my tenant?

Or do I create a tenant for the first customer and then one for the second customer?

They are customers working separately and the apps are slightly different, maybe the db's will be different too.

What do you recommend?

thanks for support

  • john_developer 

    Hey,

    Based on your situation, I'd suggest going with the multiple tenants approach. It's a solid choice because your customers work separately and the apps have some differences. So, here's what I recommend: create a separate Azure tenant for each customer.

    With this approach, each customer gets their own dedicated space to host their app and SQL Server database. That way, you can customize the setup to fit their specific needs. It also ensures that their data is kept separate and secure.

    Sure, managing multiple tenants might be a bit more complex, but it's worth it for the flexibility and individualized experience you can provide. Just keep in mind that there might be some additional costs involved since each tenant will have its own expenses.

    If you have any more questions or need further assistance, feel free to let me know!

    Take care!

Resources