Forum Widgets
Latest Discussions
Dynamic dates in Azure Data Factory
Dear Folks I am trying to copy the data from the Azure SQL table to the CSV file in Azure Data Factory. CSV Filename must be appended with below date Filename_11_07 Where Filename --> comes from dynamic content 11 --> month 07 --> current date of last Sunday (Current date is 10th of Nov) Would it be possible to manipulate the dates in dynamic content? Any other way to achieve this? Regards SantoshSantoshEPMMay 21, 2026Copper Contributor793Views0likes1CommentAzure Insights
I have an Azure VM Running Debian 11, Built using the Azure tools. I am unfortunately having issues with it where it randomly max's CPU + Ram + Disk. I have attempted to install the insights application but i was presented with the below message Is there any way i can get it to work. While we encourage you to enable VM insights, you may be using an OS version (Publisher: debian, Offer: debian-11, Sku: 11-gen2) that is not supported. For more details on supported OS and kernel versions please review our support matrix.ChayneChilesMay 20, 2026Copper Contributor518Views0likes1CommentUnable to deploy to Azure Web App because path, file name, or both are too long
Hi, I have recently encountered the following error when I tried to deploy my web app to Azure using Visual Studio Code. "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters." I have tried to use Azure CLI to deploy the web app, by following the steps outlined in https://docs.microsoft.com/en-us/azure/app-service/deploy-zip?tabs=cli. However, I am getting the same error. My colleague who is using a Macbook, is able to deploy to the web app to Azure without any issues. I am using Windows 10 Enterprise. Can anyone advise? Thank YouvoonsionglumMay 19, 2026Brass Contributor1.8KViews0likes1CommentImage Recognition Data matrix
Hi, Sorry if I'm in the wrong category... I'm looking for a solution to upload an image, containing multiple data matrix codes, and return them. Is it possible to use som sort of Azure IA to accomplish this?JesperThorupMay 18, 2026Copper Contributor649Views0likes1CommentMicrosoft Entra /Azure Connect Reinstallation and Source Anchor Change
Hello everyone, I would like to talk about the possibility of changing the SourceAnchor in Azure Connect. Officially, this is not supported by Microsoft, but there is still a way to do this via a few detours. the running AD Sync must be stopped first of all. to make the changeover, all users must first be soft-deleted. The most practical way to do this is to synchronize an OU in which there are no users. Now the Entra objects are stored under deleted It is important to note that before restoring the users who do not have an Exchange Online mailbox, Entra P1 or 2 must be removed so that a second mailbox is not created here. Now all users must be restored. After this has been done, the Immutable id of the users must be removed via PowerShell. This is possible with the following command: Get-MsolUser -all | Set-MsolUser -ImmutableID "$Null" (If this command is required for individual users, replace -all with -userpricipalname "example@email,de") If the Immutable Id has been removed for all users, the status in Entra must be set to Cloud Only. If this is the case, you can start with the next steps. It is important to note that the actions carried out above can lead to short-term failures and should therefore ideally be carried out before the weekend! In the next step, a clean uninstallation of Azure Connect must be carried out. Here I would recommend the article ADsync uninstallation from MSXFAQ where it is well explained. When uninstalling, only the steps that do not hinder a new installation should be carried out, but this is well explained in the article. after successfully uninstalling the AD Sync, there may be delays, which is why I would recommend waiting 24 hours before reinstalling. The waiting time can be skipped, but it still worked for me. as soon as you have installed the AD Sync with the new desired attribute, you can start the sync. The users should now be matched with the existing cloud objects via Softmatch. If this does not work, it is possible to delete the Immutable ID again or to correct the errors via the AD Connect error display of the Entra ID. Under the function other errors, several errors may be displayed, this was fixed by us by fixing all duplicate attribute errors. I hope this has helped you a little. I am always open to feedback!BenWelliMay 05, 2026Copper Contributor575Views0likes1CommentHow do I use Azure Data Studio with schemas?
I had thought that a database schema was the name of the structure on which tables are interconnected by primary keys and foreign keys. But in the tool, Azure Data Studio, the user is asked to select from a pre-defined set of schemas when creating a table. What is more is that when setting up or createing a database through Azure, we are given the opportuniityh to use a sample database and this is where "SalesLT" comes from and so there must be some place where we can define a schema with Azure Data Studio. Where would that be? It was generated when deciding to use a demo sample database. So there must be some way, using SQL code or otherwise, to generate a schema.wm-thompsonMar 05, 2026Brass Contributor627Views0likes1CommentAzure Function App Authentication
Hello! I am new to Azure and I am building my first Azure Function App. I want to write a function which get's triggered by HTTP, the request would be sent through Power Automate. Admin requires to have certificate authorization enabled for my Function App. Is it possible to send HTTP requests through Power Automate if certificate authorization is enabled?Mariia_KlossJul 18, 2025Copper Contributor421Views0likes1CommentWhisper-1 Model Transcribes English Audio Incorrectly
Hi everyone, I'm currently working with the gpt-4o-realtime-preview model from Azure OpenAI and using the whisper-1 model for audio-to-text transcription. However, I'm encountering a recurring issue where the transcription frequently fails to detect the correct language. Even though I provide clear English audio, the output is often transcribed in other languages such as Hindi, Urdu, or Chinese. This inconsistency is affecting the reliability of the transcription process. Here’s a snippet of the code I’m using: ConversationSessionOptions sessionOptions = new() { Voice = ConversationVoice.Alloy, InputAudioFormat = ConversationAudioFormat.Pcm16, OutputAudioFormat = ConversationAudioFormat.Pcm16, Instructions = instructions, InputTranscriptionOptions = new() { Model = "whisper-1", }, }; Is there a way to explicitly specify or prompt the whisper-1 model to prioritize or lock in English as the transcription language? Any guidance on how to improve language detection accuracy would be greatly appreciated. Thanks in advance!PrathameshDeshmukhJul 04, 2025Copper Contributor574Views0likes4CommentsAzure Function Deployment Failing: [HttpException (0x80004005)]:
So I have this node js azure function which is working fine on local, and was previously working fine live as well. But now, for some reason when I try to deploy it through VS Code, it gives the following exception: 1:07:19 PM: Error: Server Error in '/' Application. ---------------------------------------- The network path was not found. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.IOException: The network path was not found. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [IOException: The network path was not found. ] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +1143 System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost) +1436 System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost) +98 System.IO.Abstractions.DirectoryWrapper.CreateDirectory(String path) +14 Kudu.Core.Infrastructure.FileSystemHelpers.EnsureDirectoryIgnoreAccessExceptions(String path) +40 Kudu.Services.Web.App_Start.NinjectServices.GetSettingsPath(IEnvironment environment) in C:\__w\1\s\Kudu.Services.Web\App_Start\NinjectServices.cs:828 Kudu.Services.Web.App_Start.NinjectServices.EnsureValidDeploymentXmlSettings(IEnvironment environment) in C:\__w\1\s\Kudu.Services.Web\App_Start\NinjectServices.cs:0 Kudu.Services.Web.App_Start.NinjectServices.RegisterServices(IKernel kernel) in C:\__w\1\s\Kudu.Services.Web\App_Start\NinjectServices.cs:157 Kudu.Services.Web.App_Start.NinjectServices.CreateKernel() in C:\__w\1\s\Kudu.Services.Web\App_Start\NinjectServices.cs:132 Ninject.Web.Common.Bootstrapper.Initialize(Func`1 createKernelCallback) +23 Kudu.Services.Web.App_Start.NinjectServices.Start() in C:\__w\1\s\Kudu.Services.Web\App_Start\NinjectServices.cs:97 [TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0 System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +269 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +146 WebActivatorEx.BaseActivationMethodAttribute.InvokeMethod() +81 WebActivatorEx.ActivationManager.RunActivationMethods(Boolean designerMode) +702 WebActivatorEx.ActivationManager.Run() +120 [InvalidOperationException: The pre-application start initialization method Run on type WebActivatorEx.ActivationManager threw an exception with the following error message: Exception has been thrown by the target of an invocation..] System.Web.Compilation.BuildManager.InvokePreStartInitMethodsCore(ICollection`1 methods, Func`1 setHostingEnvironmentCultures) +890 System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods) +167 System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath, Boolean& isRefAssemblyLoaded) +133 System.Web.Compilation.BuildManager.ExecutePreAppStart() +178 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +746 [HttpException (0x80004005): The pre-application start initialization method Run on type WebActivatorEx.ActivationManager threw an exception with the following error message: Exception has been thrown by the target of an invocation..] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +552 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +122 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +737 ---------------------------------------- Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0 I have very little experience with Azure Functions, so pardon me if this is a very basic exception. Any help would be appreciated.zaryabro1Jul 03, 2025Copper Contributor762Views0likes2CommentsAzure app service - diagnostics Rest API
Hello team, I have recently noticed the Azure app service rest API references for diagnostics, Is this referring to the diagnostics and solving problems in the portal? Or it is different? I am not able to find any related documents about how to use them!! Please share any official document about this diagnosis rest API references, https://learn.microsoft.com/en-us/rest/api/appservice/diagnostics Thanks623Views0likes2Comments