Azure backup and autoscaling for EventGrid, Logic app, azure function and Cosmos DB - azure-autoscaling-block

how to do auto backup and autoscaling for following:
1. API Gateway
2. Event Grid
3. Azure Function
4. Logic App
5. Cosmos DB
6. Web App service?

Related

Is there any way to get all active connection using Azure SignalR service in Azure Function app?

I am learning azure signalR service and I am stuck on fetching all active connections which are currently connected to the application. Is there any way to get all active users?

How do you Authenticate a NestJS API to a Azure Industrial IoT Plattform?

My companys Services are a little bit complicated. Thats why my company demands that i write an NestJS API that requests the Data from the Azure Industrial IoT Services(those are APIs or hubs i dont realy know) for a particular job.
My problem now is, that i dont know how to authenticate nestjs to azure. So that i can request from those Azure Services the Data.
The structure of this project looks like this:
AZURE - Services are behind<--------->NestJS-Api + Postgres<---------->AngularApp
The nestJS-Api should have authorisation to request data 24/7(the whole time)
If you want to manage Azure services such as create/delete an Azure IOT hub service, you will need to get an access token by passport.js and call Azure management API.
But if you already have an Azure IOT hub service, you want to use this service by API, and you are facing the authentication issue, you can just refer to this official guide.

Data stream between stream analytics services and WebApp service (.NET core 3.1)

I and my team are trying to build an app for data visualization and analysis in WebApp the data source is from Stream Analytics Services,
can we connect to Stream Analytics from .NET core web app, if there is any way please provide reference resources.
what is the best practice or service to use for data stream if I am using WebApp?
Or can we connect to IOTHub from WebApp, which is a better option compared with the above one?
Thank you, Ranjith
Unfortunately, Azure Stream Analytics cannot stream data directly into a .Net core web app.
Option1: You can visualize data from your Azure IoT Hub in a web application.
Option2: If you want to use Azure Stream Analytics, you need to send the data into supported outputs and then connect to the Web app.
Reference:
Visualize real-time sensor data from your Azure IoT hub in a web application
Creating a simple IoT application using a RaspberryPi+ NET Core and Azure

Azure Data Sync Rest API

Is there a REST API that I can use instead of this application? I currently using the Data_Sync_Preview_REST_API.pdf but I think it doesn't have the capability to add your local server to Azure. I need the functionality with the arrows below for Register and Submit Agent Key via API or something that can Add an on-premises SQL Server database with API.

Dynamically Create Web App In Azure Via Code

Using Azure, is it possible to dynamically create a web app and copy/publish files to that new web app via an Azure API? Here's my scenario:
1] Customer signs up for services in our application
2] We want to automatically generate a subdomain for the new customer (i.e. customername.ourapplication.com)
3] We want to create a copy of our core files for our web app into a new Azure Web App that the subdomain is pointed to.
Does this type of automation exist in Azure? If not, what other services are out there that can do this? We've seen it happen with other apps across the web and were wondering where we should start.
Yes, the Azure Resource Manager (ARM) API allows your to provision and modify Azure web apps.
You can access the ARM API directly via the REST Api, via Powershell commandlets, or via the Azure CLI api