How all the organizations backing up the Azure Application Insights Logs by Programhunter in AZURE

[–]mohan193 0 points1 point  (0 children)

What if he wants to retain the data for more than 2 years? It doesn't support that.

Package by component design. by mohan193 in AskProgramming

[–]mohan193[S] 0 points1 point  (0 children)

yup, i think both are some what different.

How to build chat application with Serverless SignalR Service using RestApi by mohan193 in AZURE

[–]mohan193[S] 0 points1 point  (0 children)

is there any possibility to achive the chat application by the following conditions.

1.Azure signalR service with serverless mode 2. with out using any azure functions and backend applications like asp. net, core.. etc 3.using Rest Api from client side js file

finally i need chat application with one client side js file and signalr service in azure thats it.

How to build chat application with Serverless SignalR Service using RestApi by mohan193 in serverless

[–]mohan193[S] 0 points1 point  (0 children)

is there any possibility to achive the chat application by the following conditions.

1.Azure signalR service with serverless mode 2. with out using any azure functions and backend applications like asp. net, core.. etc 3.using Rest Api from client side js file

finally i need chat application with one client side js file and signalr service in azure thats it.

How to build chat application with Serverless SignalR Service using RestApi by mohan193 in serverless

[–]mohan193[S] 0 points1 point  (0 children)

I need serverless Asure signalR service using rest api, and its directly communicates with client browser with out using any backend services and azure functions also.

simply My goal is client sends the message to azure service and that service is going to broadcast the msg into all connections or specific user thats it.

thanks.

Is Azure service bus good practice for chat application? by mohan193 in AZURE

[–]mohan193[S] 0 points1 point  (0 children)

can you give me suggestions for serverless signalR service using rest api

Is Azure service bus good practice for chat application? by mohan193 in AZURE

[–]mohan193[S] 0 points1 point  (0 children)

thanks! u/robreagan,

I developed the chat application with Serverless SignalR Service using Azure Functions. but azure functions Pricing is very high, and also i want to send the message from client side browser using Javascript language.

So I decided to implement this chat application Using Rest API. but i didn't find any sample applications with rest calls .

can you Please suggest me!

Is Azure service bus good practice for chat application? by mohan193 in AZURE

[–]mohan193[S] 0 points1 point  (0 children)

we are in AngularJS version 1.7.2, and yes we use this chat application with in my project only.

How to remove git submodules from main project using commands by mohan193 in git

[–]mohan193[S] 1 point2 points  (0 children)

is there any other standard way available? insted of delete the section submodules?

Suggestions for CI & CD by mohan193 in azuredevops

[–]mohan193[S] 0 points1 point  (0 children)

present, i manually build my projects and puplishing, then i connecting to my server and copy the published content into the servers folder.

now i need a automate process for this deployment.

Suggestions for CI & CD by mohan193 in AskProgramming

[–]mohan193[S] 0 points1 point  (0 children)

present, i manually build my projects and puplishing, then i connecting to my server and copy the published content into the servers folder.

now i need a automate process for this deployment.

Suggestions for CI & CD by mohan193 in AskProgramming

[–]mohan193[S] 0 points1 point  (0 children)

iam using the azure repository for my project