Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-cloud-services]

PaaS service provided by Microsoft Azure to host stateless Windows Server virtual machines that are automatically provisioned and scaled.

azure-cloud-services
0 votes
1 answer
54 views

Dynamic SQL query in ADF pipeline

I am trying to replace a table in a SQL query dynamically in ADF pipeline. I tried these queries to get it: select * from c where timestampToDateTime("@{concat(variables('lastUpdatedColumn'),'*...
ramesh reddy's user avatar
0 votes
0 answers
20 views

Azure Classic Cloud extended support: Destination host unreachable

I have just migrated one of my classic cloud resources to extended support. But now when i try to access the site i get nothing it keeps on loading the page. Pinging the url and the ip gives a ...
lemonpillow720's user avatar
-3 votes
0 answers
24 views

Live/Continuous Database mirroring from an on premises SQL Server to Azure Cloud [closed]

Can the data from the on premises database be mirrored or synced continuously to Azure cloud, for a web app in the cloud to access the data? Tried accessing the on premise database from Azure web app ...
user26436214's user avatar
0 votes
0 answers
33 views

Assign existing classic cloud service resource custom domain value to newly created web app? [closed]

I have created a web app on azure portal and I want to reassign custom domain value from already existing classic cloud service resource to web app and also need to replicate instance from cloud ...
reel Media's user avatar
0 votes
0 answers
57 views

Cloud Service (Extended Support) unable to update package manually

I have a background service built in .Net Framework 4.5 hosted on Cloud Service (Extended Support). Once I update the background service and dependent projects to .Net Framework 4.7.2, I am unable to ...
Rishi Bharadwaj's user avatar
0 votes
1 answer
48 views

Create an Api connection to log analytics workspace via bicep

i am trying to create api connection to use by logic app through bicep. Below is code. resource logicApp 'Microsoft.Web/sites@2022-09-01' existing = { name: logicAppName } resource logworkspace '...
ramesh reddy's user avatar
0 votes
1 answer
79 views

how can i add multiple workflows to standard logic apps through bicep

I am trying to create standard logic app with multiple workflows through bicep. i have added bicep code for creating AppServicePlan and logicapp. however could not find bicep code to add multiple ...
ramesh reddy's user avatar
0 votes
1 answer
73 views

KQL Query to filter duplicate entries and select top 1 from the log data

I am using below query to get the container error log and filtering to remove duplicates. let ContainerIdList = KubePodInventory | where ContainerName contains "acc-c1-logger" | ...
ramesh reddy's user avatar
0 votes
1 answer
35 views

How to add health probe to a classic load balancer deployed as part of Azure cloud services extended support application

Microsoft document says we can do it through the service def file. Is there any way we can do it via ARM template? https://learn.microsoft.com/en-us/azure/cloud-services/schema-csdef-loadbalancerprobe ...
Vidya's user avatar
  • 1
0 votes
1 answer
22 views

I am getting error "List secrets contains repeated instances" trying to run New-AzCloudService:

I am trying to creating a new instance of Azure Cloud Services Extended Support (CSES) "New-AzCloudService: List secrets contains repeated instances...". It is a new instance, so it is not a ...
rsc's user avatar
  • 10.6k
0 votes
0 answers
69 views

How can I create an Azure Public IP address with ".cloudapp.net" DNS suffix?

I'm trying to migrate a couple of Cloud service (classic) to Cloud service (extended support). I've noticed that if I use the Azure portal's built-in "Migrate to ARM" tool then the migration ...
user24426016's user avatar
0 votes
2 answers
175 views

Azure Devops- Getting Error code: InvalidDeploymentParameterKey

I am trying to deploy basic infrastrture for mlops using arm template but getting below error There were errors in your deployment. Error code: InvalidDeploymentParameterKey. ##[error]One of the ...
hari_azure's user avatar
0 votes
1 answer
202 views

Cloud Service (Extended Support) Deploy using DevOps Release Pipeline

Can any one know how to deploy Cloud Service Extended support using DevOps Release Pipeline. Thank you I tried to deploy cloud service (extended support) using the old cloud service release pipeline ...
Soc A's user avatar
  • 1
0 votes
1 answer
160 views

Using single sas token for every pipeline agent to upload on blob storage

The problem is I don't want to create a new SAS token for every agent. I want to use the same sas token for a specific period on every agent of the pipeline I already tried to create an SAS token ...
DEEPAK YADAV's user avatar
-1 votes
1 answer
163 views

Azure Document Translator is not working ,But getting response code is 202

I am trying to use the Azure Document Translation Service to translate a Document from English to Janapese. The hierarchy of the BLOB is given below. |-storage account |--container (test) |---...
Karthik.M's user avatar

15 30 50 per page
1
2 3 4 5
72