484 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
64
views
What does "GB-seconds" describe in Cloud Computing (Function as a Service)?
AWS defines its prices for lambda in terms of GB-seconds, and so does Azure for its prices for functions.
What does that unit refer to? Are those Gigabytes of memory allocated for a number of seconds?
0
votes
1
answer
115
views
Always getting `Document with the requested ID already exists.' in Appwrite
I'm getting a persistent "Document with the requested ID already exists" error when trying to create documents in my users_profiles collection, even though:
No duplicate document IDs exist -...
0
votes
1
answer
187
views
Azure APIM can't see http endpoint worrkflow inside standard logic app
I'm trying to expose the API endpoint using APIM. For the backend, I'm trying to use the Logic app's standard workflows. But none of the wf inside the standard logic app is visible.
However, I can see ...
1
vote
0
answers
333
views
Unable to access Keycloak admin console due to 'Timeout when waiting for 3rd party check iframe message' error
I'm having trouble accessing the admin console of my Keycloak application deployed on Scalingo. When I attempt to log in, I encounter the following error:
Blocked loading mixed active content "http://...
1
vote
0
answers
161
views
How do I enable scm basic auth and stp basic auth on azure (development) webapp
I have already navigated through the Azure portal and I can view both options. However, I am uncertain about the precautions I need to consider if I enable these authentications.
I have thoroughly ...
1
vote
1
answer
707
views
Remove the administratorLogin of the SQL server resource
Our goal is to not have the SQL server login created, or remove it at a later stage in an automated way, if possible.
Currently, we have the Bicep code:
resource sqlServer 'Microsoft.Sql/servers@2021-...
0
votes
1
answer
512
views
Pivotal cloud foundry still used in 2023?
Can anyone please tell me if pcf is still used in 2023 ?
Did some research & found that PCF has been renamed to TAS (Tanzu Application Service) after Pivotal got acquired by VMware.
Can anybody ...
-1
votes
1
answer
192
views
What cpaenl like softwares are available for MERN stack?
I want to launch multiple MERN projects from a single Digital Ocean server. I am now searching for self host cpanel like PaaS I can use to maintain my MERN projects. Can you guys suggest what software ...
0
votes
1
answer
158
views
How to convert http to git SSH protocol?
I want to push mirror from Gitea to Piku (Paas like Dokku and Heroku)
but Gitea only support http push mirror and Piku only support ssh. How can translate the http request (clone, pull, push, fetch) ...
0
votes
2
answers
114
views
How to limit client IP of a Django app? (Through django and/or PaaS)
I am making a Django app and I wish to enhance the security as well as limit users by making sure only clients only from one IP (say a shared VPN) can access it. I plan to host the app on a PaaS like ...
0
votes
1
answer
5k
views
Map azure files path to Azure App Service and access with Path
I'm working on a project to move a dotnet application from Virtual Machine to App Service.
The code has been moved already using deployment center and the pages loads up. But in the backend there are ...
3
votes
2
answers
10k
views
Azure SQL database vs Azure SQL Managed Instance
I want to understand the difference between Azure SQL database and Azure SQL Managed Instance. On a brief level, I understood that Azure SQL managed instance is to be used when we need compatibility ...
0
votes
1
answer
293
views
Pygame MIDI Playback in PaaS from Dockerfile
The Problem:
I am currently deploying a Python Flask App using a Dockerfile on a PaaS (Heroku like). The User Story is as follows:
User Clicks 'Generate MIDI'
MIDI is generated and User can (on the ...
0
votes
0
answers
2k
views
Sent (null) Correlation Id is not same as received (null)
I have a Spring Boot (2.7.6) / Java (8) application that's creating a SQL Server JDBC data source, that gets a valid connection. But, whenever I get the connection from the data source to select some ...
1
vote
0
answers
511
views
Migrate DB on Railway: ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value
I want to migrate my db to Railway Postgres.
I put my DATABASE_URL as a env variable in prod.env file:
DATABASE_URL='postgresql://postgres:(my password here)[email protected]:6902/...