Custom Triggers in CJ
Where can I find courses that take using Customer Journeys to to the next level? I can create basic journey's but really want to understand how I can make it more personalised with use of the triggers/ segments more effectively.. any advice would be…

Deploy all free services
Deploy all free services that are avalable in my profile
Random MessageBox when executing tests
Hello, we are running vstest.console in Visual Studio 2022 Enterprise Edition on a Hyper-V Windows 11 24H2 virtual machine, and we randomly get the blocking messagebox you see in the screenshot below, does anyone know the cause of that and how to fix…
How I can sign up for Azure student subscription if my university wasn't identified?
Hello. I signed in Azure from my Microsoft corporate profile (******@knute.edu.ua), but when I was subscribing for a student plan it says "Unable to confirm your University ID". I found the old university's name (Kyiv National University of…
How to register app for Metered Billing, experiencing permission issue
I am trying to add api permission to my registered app but unable to add Microsoft.Marketplace permission since its missing. Also, issue with adding MarketplaceMeteringUsageEvent. Kindly advice to proceed ahead.
Unable to issue SSL certificates for IOMO webapp
Unable to issue SSL certificates for IOMO webapp. We have tried multiple time.
Can't delete virtual network or subnet due to Service Association Link (SAL)
Seeing multiple issues with this from others posting. I need help getting a VNET deleted with a subnet that has Subnet Delegation for Microsoft.DBforMySQL/flexibleServers. The corresponding resources have already been deleted, and I tried to recreate but…
400 model_error Sweden Central
I get the following error: Error processing request: Request failed: 400 model_error With O1 and O3 mini models deployed to sweden central. let apiversion = "2024-12-01-preview" let response = await…

MI Link Feature implemented - How to proceed offloading read-only workloads
Architecture: SQL Server 2019 on an Azure VM with the primary Replica and connected through MI Link Feature to SQL Managed Instance (General Purpose Tier) with the secondary Replica Now I want to point 3rd Party apps to the read-only Replica on the…
Missing Microsoft.Marketplace service principal.
I am trying to add api permission to my registed app but Microsoft.Marketplace is missing Missing Microsoft.Marketplace service principal. Tenant ID (from Azure Active Directory > Overview). The issue with adding MarketplaceMeteringUsageEvent
How can we connect on-prem java application to Azure Database for PostgreSQL - Flexible Server using access token( managed identity or entra id)
i have a Azure Database for PostgreSQL - Flexible Server. my azure webapp connects to database using system assigned managed identity. how can we connect one of my on prem java application to database using managed identity or entra id? How the…
Migration from Google Workspace to MS365 fails, TargetDeliveryDomainMismatchPermanentException
I am planning on migrating our assets from Google Workspace to MS365. We currently have a very hybrid solution (Workspace, local Active Directory syncing via Entra Connect, and MS365). Since Office apps and Outlook aren't going anywhere due to…
Azure ML job logging issues - Transformers model
I am working in azure trying to run a job that calls a training notebook. I can train and even evaluate my model just fine within said notebook but when I try to log it at the end it throws errors. The error that I am seeing…
How to access secrets from Key Vault from Synapse Spark Job Definition PySpark file
Hello Everyone I'm trying to read the data source credentials as a secrets from the Key Vault using the Python SDK on a PySpark Job. I've gone through many articles and used different ways to read the secrets from Key Vault, but nothing worked out.…
semantic search availability in emea azure ai search
Hi In microsoft copilo studio the semantic search is not available. Could you give more information about this , when is planned or alternatives for improve the performance of the search without semantic logic
Issue with Azure Cognitive Services Translation Adding Unspecified Month
When using Azure Cognitive Services to translate the following text from English to Dutch, the translation incorrectly adds a month that does not exist in the source text: Good Evening, For this coming week I can be available Wednesday 5th…

Windows Server 2025 in CSP - No key required ?
We have active subscriptions for several hundred of cores of Windows Server 2022 Standard via CSP . Now its possible to do download ISO of Windows Server 2025 Standard. However contrary to previous version there are message (on M365 admin portal -…
Microsoft Azure with PDPL
I am planning to start using Microsoft Azure for data storage. However, before proceeding, I need to confirm whether Microsoft Azure is compliant with the Saudi Personal Data Protection Law (PDPL). Additionally, if possible, could you provide a…
iif condition in Expression builder in ADF Alter row
Hi Team, In my source file, i have country column there i have list of countries. In my source data country name Spain is now changed to "Espana". for this i want to write update condition in AlterRow condition. I tried following…

Win32_BIOS version
Hello I'm using this code to get the BIOS version: Dim Search2 As New ManagementObjectSearcher(New SelectQuery("Win32_BIOS")) For Each Info2 As ManagementObject In Search2.Get If Info2("SMBIOSBIOSVersion") IsNot Nothing…