Web Job Publish issue
Hi Team, I have tried to publish a web job through Visual Studio in VM , I am getting error "Could not connect to the remote computer and Error_Destination_Not_Reachable" When I am checking App service->Web Jobs, It showing Warning: …
Getting Oauth token error while executing azcopy
Hi, I have the below command to copy folders and its sub directories to blob storage. I am using the 10.3.4 version. azcopy copy \uncserver\source1\folder1\archive https://1234server.blob.core.windows.net/folder2/target/archive/ --recursive Am…
PowerShellからSQLServerにログインができない
お世話になっております。 SQLServer(2014 Express)で作成したDBにPowerShellにてログインしたところ、以下のようなエラーが出力されます。 ーーーーーーーーーーーー > $sqlserver=*********** >Invoke-Sqlcmd -ServerInstance $sqlserver -Database master -InputFile D:\Work\test.sql Invoke-Sqlcmd : ファイルまたはアセンブリ…
Outbound SMTP email issue
I have built a solution using python flask and created the web app for that in azure. The solution will send smtp email using port 25 to GE emails. The solution is working fine in my IDE but, failing on azure as, it cant send email to GE outlook and…
How to monitor the actions of all AD users across many subscriptions and resource groups
Hello, I'd like to be able to see the access log or usage of all AD users (or a single user as needed) whether it's azure-cli or actions taken from the console. We have 10 or so subscriptions and hundreds of resource groups altogether. Essentially,…
Replacing * in a VB.NET String
I'm not sure if this is the right place to ask this, but here is my question. I have a String in VB.NET which may contain the String "1*", and I would like to replace this with "*". I have tried using the Replace method of String, as…
how do i solve the net error of windows cannot access c://(Windows10 home)
Whenever I download something from the web and try's to run it. It displays Net error Winows cannot access c://............PLS PLSSS help me out here
windows update compatibility
please help to resolve
Azure Security center question free tier
If I turn on the Security Standard free service, will it give me a summary of what the costs would have been for that month? So I can estimate my costs.
Unable to read back up database file (has weird characters) and unable to import this file into azure data studio.
I have been struggling with this for a while. The documentation that is available is very confusing an not relevant. I am using a Mac operating system and have installed the latest version of azure data studio. When I open the back up file it…
NewB Question: Azure AD and Logging In
Hi, We are evaluating Azure AD to determine if it can help us secure our local PCs and I have a few questions. We have created a new Domain in Azure AD and have created a few test users to access that Domain. I have been able to join our Windows 10…
Queries on App service in Azure
Hello, I have below queries regarding app service web apps. App service (PAAS offering from Azure): We have created multiple app services and URL's of those are publicly accessible. Is there away deploy this app service in a VNET? I have read…
APP Gateway V2 + KeyVault + SSL AutoRenew
Bought SSL cert from App Service Certificates (ASC) which auto imported on KeyVault (KV) as Secret. Now I need to add it to my App Gateway V2 and have it auto renew every time the SSL gets renewed in the KV. I have created a managed identity, given…
Difference between Container Instances and Container for Webapps
Hello, Can smb explain difference in running environment for Container instances(ACI) and Container for Webapps. Particularly I'm running container with python which doesn't listen for a network but just listens for Service Bus. Moving such approach to…
Labs section of Exam
Hello; i noticed that Labs are not part of exam anymore, do you know for ho wlong we will have Azure Exams without labs?
Azure Analysis service: estimate model size
Hello, I am working on a migration from a multidimensional cube to a tabular cube on Azure. I would like to be able to assess the size of the model in order to predict pricing on Azure Analysis Service. Is there a way to predict the size of the…
datetime difference between two dates in minutes
In my pipeline, Iam having two variables (of type string) which is holding two different datetimestamp (UTC) . I want to know the difference between these two timestamps in minutes. Is it possible in Azure data factory?
Azure Databricks - Split column based on special characters in Databricks
I have a column in my csv file that possibly has value in below formats. "Q1_1__Value_-_10_counts" "Value_10_counts" "Q1_1__1__value_yes" This has to be split as below respectively "Value_-_10_counts" …
More convenient service to read avro files from Azure Data Lake Gen2
Hi, I have to read lots of avro files created by an Event Hub Capture in a Data Lake Gen2. Data must be filtered, processed and then applied to train a machine learning model. I'm considering Azure Databricks and the Azure Machine Learning service…
Excel crashes when launching macro
Hi, Excel keeps on crashing when running this macro. For some context. the user pushes a button VERZENDEN en makes it run. There are multiple small other buttons that just delete a field For every small 'reset' button, there is a sellection…