BingAds GetAccount query multiple account ids
Hey, I'm using https://learn.microsoft.com/en-us/advertising/customer-management-service/getaccount?view=bingads-13 to get the account timezone, it's working for 1 account id but wanted to see if there is a way to query multiple accounts in one call?…
Problem with starting on of my Azure Ubuntu 18.04 server in Azure
I have a problem with starting on of my Azure Ubuntu 18.04 server. Gives me "grub_calloc not found" and the entering resource mode. I do have backups, and have restored 2 already, but get the same problem. How could I fix this issue?


Pay As You Go
I want to host a web site through Azure. Does it only qualify for Pay As You Go model or any enterprise payment model I Can utilize being a very small company ?

Finding memory leaks
My code runs fine, but when it finishes in debug mode I see many memory leaks. Here are a few: f:\dd\vctools\crt_bld\self_x86\crt\src\dbgrpt.c(153) : {1208} crt block at 0x273D9DA8, subtype 0, 16 bytes long. Data: < #a > 00 00 00…
CSOM code to convert my drop-down field's choices into terms
I have a field of type Choice with these options:- Open In-progress Approved Rejected Cancelled On-Hold .. .. .. Closed and i want to convert this site column into a managed metadata column. so i created a new site column of type managed metadata and…
Azure Data Factory - Move Activity not Copy
Does Azure Data Factory have a Move Activity i.e. not copy a csv file but move the file to another location?
Where to store delta-files
Hey guys! I have been wondering about the below question for a while and I hope you can help me get a good night sleep again. Question: When you are working in Azure DataBricks to do transformations, you can save the results using a delta format.…
Register multiple CSV and Excel Files
Hi, thanks in advance for your help. We're having a large number of CSV and Excel Files containing (Meta)Data. The metadata information of these files should go into Data Catalog as well. I have found the option to create ODBC Connections to each of…
OData Client Query Issue
I have a OData Web service Dynamics 365 and write a code to consume that Odata Web service as follows Uri oDataUri = new Uri(ODataEntityPath, UriKind.Absolute); var context = new Resources(oDataUri); context.SendingRequest2 += new…

Automatically provide SCIM mappings for SaaS applicaiton
I integrating Azure AD user management to an existing SaaS application, and I need to know users objectID. It's required so I can match the user created on the server via SCIM automated provisioning, with an individual that presents a token with an…
Validation Process not working
Hi All, I have a validation task before a COPY Activity, to check if file exists, if it doesn't exist do not perform the COPY Activity , if the file exists process the COPY Activity, for some reason it is not working. Please help me . Attached is the…
Activity_runs function in azure
I'm trying to run this code: activity_runs_paged = list(adf_client.activity_runs.list_by_pipeline_run(rg_name, df_name, pipeline_run.run_id, datetime.now() - timedelta(1), datetime.now() + timedelta(1))) but getting error: 'ActivityRunsOperations'…
Hiper links in Word
Hello All hyperlinks in my Word are open with my old explorer. How can I direct all the hyperlinks to Chrome? TNX Assaf
Domain Controller in Azure - Best practice - Extra disc with host cache turned off for AD Database, SYSVOL & Logs?
Hello, I would like an answer to what is the best practice for creating domain controllers in Azure regarding write cache. After searching the internet I have found many guides that instructs you to create an extra disc with host cache set to OFF. …
Pictures in MS Word (version 16.4) are replaced by blank rectangles. How can I ensure that the pictures show up?
I have Word (version 16.4) documents with pictures within them. When I open these documents, the pictures are not seen. Instead, I see empty rectangles. How can I ensure that the pictures show up correctly as they should?
Server 2012 R2: Cannot Install .Net Framework 4.7.2 or 4.7.1 or any Windows Updates for .Net Framework
OS: Windows Server 2012 R2 This has been driving me up a wall for over a year now - basically I can't install .NET Framework 4.7, nor any Windows updates for .NET Framework. The updates that consistently fail with error code 800F0831 are as follows: …
Azure Devops Clone Project Setup
Hi I have an Azure Project setup called "TEMPLATE". It has Build Admins, Project Admins and all those settings setup pointing to particular AAD groups. Query permissions, security settings for who can do what and etc. Code clone is not…

Computer login azure ad when ad on premise unavailable
Can we use azure ad instead of ad on premise for login in a computer (windows login) when ad domain on premise is not available. (ex: at home) Both computers and users are sync in Azure AD. The users never open session on that computer.
user/group CRUD operation in Azure AD using SCIM
Does Azure AD support creating users/groups using SCIM protocol? I know it was not supported in till the year 2017 as per the following article but has anything changed since then? …

How to Fix 2013 Workflow So Email Notifications are Sent, No Matter the Submitter
Hello, I have a workflow that when a request form is filled out an item is added to my list. Anyone can submit a request (the SharePoint/list is public within the company), but there are about 20 people with permissions to the SharePoint/list. The…