Setting up security response headers for Azue CDN content
We are delivering Angular application over Azure CDN(no web server), also there would be lots of images/videos(stored on Blob storage) that our site would be serving. How can I add security headers like X Frame options, X SSS protection, no sniff while…
How can I set up a SSL certificate in my VM while using it as endpoint for a failover in cloud service provider
Hello, I have been looking for an answer but I couldnt find a specific answer for my problem. I am currently using a domain (ex: domain.com ) which is used by AWS. I used a route 53 to make a failover to my VM in azure using a subdomain (ex:…
Export / Import SAML attributes for a given enterprise app?
Is there an easy way to export / import SAML attributes for a given enterprise app?
Protect Angular SPA with Azure Ad authentication
Hi, I need to protect my Angular SAP and Node JS API with Azure AD Authentication. which flow should i use? Auth Code Flow or Implicit Flow? Where can i find the sample apps ot tutorials that show steps to implement the suitable flow in both…
Macro VBA copy folder
Bonjour, Je souhaiterais copier un fichier de type PKG ainsi qu'un fichier de type VAR d'un dossier vers un autre dossier en le renommant. Quel serait la ou les lignes de codes les plus approprié ?
Azure DevOps CI/CD not deploying my pipeline triggers in an Active state
My dev ADF has pipeline triggers that are Active and set to run every hour. Using devops repos & CI/CD, I deployed these triggers from our dev to test ADF environments. The pipeline triggers were successfully created in my test environment, but they…
windows 10 update 2004 and lost desktop
I updated windows 10 2004 today with latest update and have lost my desktop for some reason. II have tried everything to get it back without success. Any ideas what might be the problem ?
How to avoid external users from being affected with an existing conditional access policy?
I was tasked to find ways (if any) to have external users NOT be affected with existing conditional accesses in the company WITHOUT modifying said existing policies. We have 1 policy that prevents any user from accessing the company's tenant content…
taking a test in English language
https://zcusa.951200.xyz/en-us/learn/certifications/exams/98-349 According to this page, exam should be available on one of the following languages: English, Chinese (Simplified), Chinese (Traditional), French, German, Italian, Japanese, Korean,…
Xamarin iOS: Info.plist file for Xamarin.Sdk.framework is missing
After uploading a build of the iOS app, App Store Connects gives the error: Invalid bundle: The Info.plist file for Xamarin.Sdk.framework is missing or could not be read. What can help prevent this issue?
BasicProperties.RetrievePropertiesAsync(new List() { "System.Size"}) gives folder size as zero
I am trying to get the size of the folder. I tried the following ways, both of them gives the size as 0 or null Method 1: IDictionary<string,object> property = await storageFolder.Properties.RetrievePropertiesAsync((new List<string>() {…
Win10 2016 FrameWork RunTime BUG
When I close my exe program, the system prompts that there is no r esponse, and the system log will display the framework error log. I think this is a bug of Win10 2016 enterprise system.because it not appear in win10 2015 and Win server systems. …
Downgrade Microsoft 365 version
My Microsoft 365 updated automatically to version 2005 and since then Access aplications close suddently after some actions. It is proveed that older versions (on other computers) work perfectly so I would like to go backwards to older versión.
(UserError) Error when parsing request; unable to deserialize request body
Hi, getting this error when i run an azureml experiment with custom_docker_image (basegpu image of mcr) - can anybody help me understand this? Have tested this in local compute and it works, not sure why this does not work on a training cluster vm? …
Connecting to web server (IIS on Server 2019 Datacenter) times out
I created a VM in Azure, set up a web page, disabled the firewall, added rules for port 80 in network security group and I can only reach the page with localhost and the internal IP, not the external. Is there anything else that I need to do to let…
Webhook listener/receiver security
Hi, We are looking at using webhooks from various vendors outside our network. They would publish the event to us. We would be the webhook listener/receiver, not pushing the events. We have done proof of concept of creating an Azure Function to receive…
Cannot connect to VS CODE MARKETPLACE Extensions
Hi, I'm unable to connect to vs code market place since yesteday night est. I have tried to reinstall and uninstall aswell, for some reason i'm unable to access it. It was working untill yesterday Your help is appreciated. thank you
What are the costs for a virtual Meraki appliance in Azure? Or how are those costs calculated?
Hello, Can anyone tell me what the costs are for a virtual Meraki appliance in Azure? Or how those costs are calculated? And it's a shame that I can't add a tag for "Meraki" or "Cisco". That's really unbelievable. Thanks, …
How to allocate memory in C# for loop?
Hi , The question is that I try to create an instance to a variable in a loop and don't use this variable. Like this : Then I use the 'Diagnostic Tool' in VS to track the memory in managed heap , however , I get only a count of Foo type…
az aks create fails with: "Details: token contains an invalid number of segments"
Whenever I try to create a new k8s cluster, following the documentation: https://zcusa.951200.xyz/en-us/azure/aks/kubernetes-walkthrough, I get an error since yesterday. This used to work perfectly well, at least until several weeks ago. But now I…