Questions tagged [azure]
The azure tag has no summary.
40 questions
1 vote
0 answers
82 views
How to publish Salesforce CDC events directly to Azure Event Hub without an external listener?
I’m working on integrating Salesforce CDC (Change Data Capture) with Microsoft Fabric. Goal: The moment data changes in Salesforce, it should be sent to Azure Event Hub in near real-time. Current ...
0 votes
0 answers
58 views
DevOps set up: ADO Pipeline error: error:1E08010C:DECODER routines::unsupported
I am setting up a devops process (for the first time) and currently working on the pipeline. I keep getting this error: error:1E08010C:DECODER routines::unsupported and as best as I can find, it is ...
0 votes
0 answers
157 views
AttributeMap in Auth.UserData parameter in SSO Registration handler not containing all the required information
We have setup an SSO implementation for Azure AD B2C according to this article https://help.salesforce.com/s/articleView?id=000393769&type=1 creating and 'Open ID Connect' auth provider. We notice ...
0 votes
0 answers
75 views
What tools or middleware do you recommend for integrating Salesforce with Azure DevOps for managing deployments and tracking issues?
I’ve been working on integrating Salesforce with Azure DevOps to streamline our deployment process, and I’ve hit a roadblock that I could use some help with. My goal is to automate metadata ...
0 votes
1 answer
135 views
Salesforce SOQL Query through Azure Data Factory
With the new OAUTH2 LinkedService connection established we ran into the following issue in our pipelines. When performing the following query through Azure Data Factory: SELECT Id FROM Account WHERE ...
0 votes
1 answer
595 views
Use Azure Data Factory To Query Data in Salesforce
I'm using Azure Data Factory to pull data into a SQL database to simplify some ETL operations. Previously I have used DBAmp but the new company already had Data Factory setup and prefers it for ...
0 votes
1 answer
192 views
How can I handle user provisioning with Azure when a user is in multiple groups?
I have a working Azure user provisioning flow. The issue I am facing is if a user is in multiple groups I don't know how to set a priority system. Is there a way I can setup a priority system on Azure ...
0 votes
0 answers
405 views
How to specify audience for OAuth token in SF when configuring auth for an Azure protected API endpoint hosting external data?
I have an external data source hosted in Azure which is an OData API endpoint. Everything works well with auth disabled. I created an application registration in Azure AD to represent the API and ...
0 votes
1 answer
662 views
403 Forbidden when making a multipart/form-data REST PUT API Call to Azure DataStore
As the title suggests, whenever I try to send an API request with a PUT method and a multipart/form-data as the content-type, to an Azure Data Store, I get a 403 Forbidden response back. I am using a ...
1 vote
1 answer
139 views
Backend SFMC not available in Data Views
A previous employee was able to insert a number of SFMC tables into SSMS, but I do not see how he did it. Tables like Account, AccountUser, Business Unit, etc. are not data views available in SFMC. ...
-1 votes
1 answer
490 views
This is one of the sample complicated query I am using to pull data from salesforce using ADF but some don't work
Examples of queries which don't work Select TYPEOF Owner WHEN User THEN FederationIdentifier, Title, Department END, VFS_External_Id__c From genesis__Applications__c SELECT TYPEOF Owner WHEN User ...
0 votes
0 answers
225 views
Calling SCIM APIs: authorization
My client has Azure AD and wants to provision users in Salesforce via SCIM. Azure is asking for two pieces of information to complete the configuration: Tenant URL Secret token Salesforce provides ...
2 votes
0 answers
422 views
Excel file gets corrupted which uploaded from LWC to Azure blob storage
I am uploading files from salesforce lwc to azure blob storage using SAS token and the code is below i am using <lightning-input type="file" label="Attachment" onchange={...
0 votes
1 answer
589 views
force:mdapi:deploy failing with "An object of type was named in package.xml, but was not found in zipped directory"
We're using SFDX in Azure DevOps for CI. Our workflow is basically: Dev creates a git branch for feature Dev develops feature in their own sandbox Dev creates PR to merge feature into integration ...
1 vote
0 answers
741 views
Calling an API hosted by MS Azure
On the Azure Portal console we have registered an application through the App Registration page. The app has a client credential with 1 secret. We have created a custom scope, called custom.scope. We ...