Forum Widgets
Latest Discussions
How to connect & setup webApp in azure and R client? OR Is anything do in SAS can be done PAAS Azure
Hi, I have Azure SAS virtual machine and Azure PAAS account. I have done webapp and R server in Azure sas server, if any one know how to setup webapp and R server in azure PAAS server. And how to establish communication bw them. Thanks AncilAncilPAJan 26, 2026Copper Contributor838Views0likes1CommentUnable to setup Solr on Linux WebApp
Hi there, I have trying to setup the Solr app on a Linux WebApp as a PaaS, but haven't gotten any success yet. There are many online discussions that talk about setting up the Solr on Windows WebApp, but not linux. Here is what I have tried so far: 1 - Added Web.conf in wwwroot - this is similar to setting it up on Windows WebApp, but this hasn't worked. 2 - Installing Solr as a service - I tried executing <solr_extraction_dir>/bin/install_solr_as_service.sh, but I get error that there is no user solr. 3 - Adding startup command "java -jar /home/site/wwwroot/server/start.jar" and I get following error. Usage: java -jar $JETTY_HOME/start.jar [options] [properties] [configs] java -jar $JETTY_HOME/start.jar --help # for more information 4 - Solr on port 80 - tried running Solr on port 80 using "solr start -p 80", but can't access the SOLR, using the webapp URL. Any help with steps would be appreciated.sandeepwadJan 21, 2026Copper Contributor1.7KViews0likes1CommentPost new secret value into azure key vault using web activity
Andreas Baumgarten albertox I need to post a value into Key vault secret coming from a URL using web activity get method which is later stored in a set variable. HOw can I do this ? COuld you please help meSrikanth1990Jan 20, 2026Copper Contributor471Views0likes1Commentpoweshell script to create app service plan for P1mv3
Hi team, we are trying to create an Azure app service plan using Power shell script with pricing tier Premium p1mV3, but always creating as Premium P1 and the same issue happens while we creating Premium P0V3 PS script - New-AzAppServicePlan -Name "app-service-plan-name" -ResourceGroupName "rg-name" -Location "East US" -Tier P1mv3 -WorkerSize Small Note= We could able to create an app service plan with Premium v3 P1mv3 manually from the Azure portal in the new RG. Please help on creating an exact script to create Premium P1mv3 and Premium P0V3 using Powershell Actual result: actual.img Expected Result: expected1.img, expected2.imgsowndark11Jan 19, 2026Copper Contributor527Views0likes1CommentIssue in access eventgrid using private end point
Hi experts, I need help in the below situation 1. Created a event grid topic( dynamic up for the url (https://sample-interviewupdates.westeurope-1.eventgrid.azure.net/api/events) that is generated) 2. Vnet created with a subnet ( ex10.1.0.10) https://l.facebook.com/l.php?u=https%3A%2F%2F10.1.0.10%2F16%3Ffbclid%3DIwAR0qTBHUzpEM6v8sqUSC08QKQy1UoE7KamgQUuPQ4b2FEkrbbKYISz69cKs&h=AT1mHNPFBvTAk31Bo3LXJWE8psz96GioQsS39LRUOXANUOo4irW7HrHiwO_1jfBzftyjdPR1BRXp0pQzsaKj6T4t3YKDSFkIl2FY6CaPLAwDL5SRUe-6DmJ0IuX_4D45pxQ&__tn__=-UK-R&c[0]=AT0WnODKMPlOmcVtvGahWZAws61W5GIAet-hYmP3DE9eWKFqJ-OQlJL2RUZtVMJrMvC9I6IEgpuPPIUzc4L3ng4-Mf_43i3eRDLmoap28zb-E3lWxF_nK4UsghUNCxGTLH57Yd4a5d5xpGiOcLbf8RjfXy-CGFjv0CriktGRUez2M3Lbd7_IY3_29KZspuTYBbk3BVR2SfM_ 3. Virtual network gateway for vnet 4. I have on premise vpn with firewall 5. Local network gateway with above vpn network details(ex 198.1.1.1) 6. Created private endpoint for event grid by mapping above vnet. (https://sample-interviewupdates.westeurope-1.privatelink.eventgrid.azure.net/api/events) and ip mapping https://l.facebook.com/l.php?u=https%3A%2F%2F10.1.0.10%2F16%3Ffbclid%3DIwAR0qTBHUzpEM6v8sqUSC08QKQy1UoE7KamgQUuPQ4b2FEkrbbKYISz69cKs&h=AT1mHNPFBvTAk31Bo3LXJWE8psz96GioQsS39LRUOXANUOo4irW7HrHiwO_1jfBzftyjdPR1BRXp0pQzsaKj6T4t3YKDSFkIl2FY6CaPLAwDL5SRUe-6DmJ0IuX_4D45pxQ&__tn__=-UK-R&c[0]=AT0WnODKMPlOmcVtvGahWZAws61W5GIAet-hYmP3DE9eWKFqJ-OQlJL2RUZtVMJrMvC9I6IEgpuPPIUzc4L3ng4-Mf_43i3eRDLmoap28zb-E3lWxF_nK4UsghUNCxGTLH57Yd4a5d5xpGiOcLbf8RjfXy-CGFjv0CriktGRUez2M3Lbd7_IY3_29KZspuTYBbk3BVR2SfM_ 7. Client applications which is in vpn network trying to access the event grid with its url not working. Tried to ping url it’s showing dynamic of event grid not the private end point. Do you have any clue what could be the reason?? It seems local @firewall has an issue or routing issue?? Thankyou in advancechandrab3009Dec 27, 2025Copper Contributor635Views0likes1CommentApp Service restore backup to a different database
App[ Service restore functionality on the portal allows restoring to different target slot/app service. However the database (if it's included in the restore) can only be restored to the original database (overwrite). I talked to Microsoft support and they confirmed that this is by design but I doesn't make sense to allow changing the target for the site but not the database.DuraidDec 26, 2025Copper Contributor805Views1like1CommentCan I merge the ADF_Publish branch to a different branch ?
We are designing a branching strategy for an data application which uses ADF and Data Brick . Question is if one can merge the ADF_publish branch to the release branch and then from the release branch run the deployment . Is it possible or we must use default created ADF_Publish branch .RubensoDec 25, 2025Copper Contributor686Views1like1CommentDeny public access for PostgreSQL.
Hello All, I have a postgreSQL single server on Azure, and as part of security best practice, I want to deny public access over that server. But the problem is that when I deny public access, I cannot access it the database through "pgadmin" nor can the APIs of the applications so, the applications also do not work. Fortunately, I'm able to solve the problem of me not able to access the server by the configuration of P2S-VPN and private endpoint and I was successful. However, the APIs still cannot access the database. After escalating this matter to technical support I learned that APIs access the server through the Internet NOT through MS Private network, and therefore, when public access is denied, they won't work since all access from the Internet is denied. Currently, I'm waiting for technical support for more than 45 days now for a meeting with MS devops technical support engineer, but they seem to be very busy and we cannot schedule. Finally, I have been spending some time over this matter. and this is significant for me to be done. I'm wondering, is there a way that I can deny public access yet still enable the applications to access the database??? And if yes, how so??? I really appreciate your help. Regards, HazemDeletedDec 23, 2025719Views0likes1CommentDownload PITR or LTR configured SQL db backup copies
Is it possible to download PITR or LTR configured SQL DB backup copies?krishnapatwaDec 19, 2025Copper Contributor417Views0likes1CommentAzure SQL DTU or vCore
Hello everyone, I have a windows server with SQL Server 2016 standard edition which contains 11 databases of various sizes (some of a few gigabytes and others reaching 150Gbytes), the windows server has 4vCore + 16Gbytes of ram and being a test environment we don't have big problems use it with those resources. Taking into account that on that server: 1) few users are connected and only for some days of the week 2) we use SQL Agent service, DB Mail, linked server and integrated authentication in AD (synchronized with AAD) I have looked at the Azure cost calculator but I have doubts (and above all a little confusion!) regarding the type of PaaS service that would be better to use, I would certainly choose serverless but there are two types: SQL Database and SQL Managed instances For Azure SQL Database there is the "Single Database" or "Elastic Pool" typology and for both the purchase model is for DTU or vCore. I would therefore like to have your opinion to understand the best solution to adopt while keeping the costs as low as possible being a test environment. Thank you!AventisDec 11, 2025Copper Contributor847Views0likes1Comment
Resources
Tags
- Azure Cloud Service9 Topics
- azure storage9 Topics
- azure api management5 Topics
- azure event hub4 Topics
- azure redis3 Topics
- Azure Service Fabric3 Topics
- azure resource manager2 Topics
- azure policy2 Topics
- azure service bus2 Topics
- azure cache for redis2 Topics