azure

What is the Difference between VM image and Snapshot in Azure?

ぃ、小莉子 提交于 2021-02-05 07:55:09
问题 I have gone through multiple documentation from Azure Docs.However, dint get the exact difference between them in terms of Implementation, Purpose etc. Need one of the scenario/suggestion where I can get implement this! Thank you in Advance. 回答1: As mentioned https://github.com/MicrosoftDocs/azure-docs/issues/12540 by Karishma Tiwari (MSFT) A VM Image contains an OS disk, which has been generalized and needs to be provisioned during deployment time. OS Images today are generalized. This is

does the azure App Service Authentication module suport azure aad b2c?

风格不统一 提交于 2021-02-05 06:40:47
问题 I have a UWP app that needs a backend. I want to use azure app service and need set an authentication for the background. The App Service Authentication module can easily set and Authentication for the app. I wish to use AAD B2C, but the App Service authentication module say that it does not support aad 2.0/msal. So, does the App Service Authentication module can support AAD B2C? And, how can I verify the AAD B2C token signature on the webservice? Microsoft doc said can use some library to

does the azure App Service Authentication module suport azure aad b2c?

巧了我就是萌 提交于 2021-02-05 06:40:27
问题 I have a UWP app that needs a backend. I want to use azure app service and need set an authentication for the background. The App Service Authentication module can easily set and Authentication for the app. I wish to use AAD B2C, but the App Service authentication module say that it does not support aad 2.0/msal. So, does the App Service Authentication module can support AAD B2C? And, how can I verify the AAD B2C token signature on the webservice? Microsoft doc said can use some library to

Service Fabric Error in Azure during deployment

蹲街弑〆低调 提交于 2021-02-05 05:16:41
问题 Having issues when deploying my cluster to Azure. Everything works locally but when deploying to Azure I get an error when trying to call one of the services. In Azure the service fabric is 6.1.480.9494 , and it cannot be upgraded. But my local version is 6.2.262.9494 that was released 6 days ago. Am I getting this error due to the different versions? Unable to cast COM object of type 'System.__ComObject' to interface type 'IFabricTestManagementClient4'. This operation failed because the

Cors no-access-control-allow-origin when trying to call B2C login

ぃ、小莉子 提交于 2021-02-04 21:51:02
问题 I cannot resolve this error, i have a .net core web api, with a react application inside of it ( net core react template ) I have also added cors: services.AddCors(options => { options.AddPolicy("AllowMyOrigin", builder => builder.WithOrigins("https://localhost:44300") .AllowAnyHeader() .AllowAnyMethod() .AllowCredentials() ); }); I have tried multiple things but i cant get past this error. I have found loads of material online to try and nothing seems to work i feel like i am missing

Direct Line App Extension - How and where are messages cached?

浪尽此生 提交于 2021-02-04 21:35:22
问题 I have a few questions about the new Direct Line App Extension for App Services on Azure announced at Build 2020. The "normal" direct line services cached messages at their own regional servers. Now that this extension allows the App Service of a bot to act as the Direct Line endpoint, is the conversation with it's messages cached in the app service? And does this mean, one could for example edit the settings of the conversation caching like cache duration etc.? And I guess the pricing of

Azure AD B2C Custom UI error labels shown on first load

你。 提交于 2021-02-04 21:31:31
问题 I have an Azure AD B2C tenant. I have created a (default) SignUpAndSignInPolicy and added a custom UI template for the sign-in page, the sign-up page and the reset-password page. All is working well except, on the sign-up page as well as on the reset-password page, the form input fields are always marked "invalid" on the initial load. This causes the error hint to be visible, although there was no user input yet into the form field. I want to have the same experience as on the sample page of

Azure AD B2C Custom UI error labels shown on first load

大城市里の小女人 提交于 2021-02-04 21:31:10
问题 I have an Azure AD B2C tenant. I have created a (default) SignUpAndSignInPolicy and added a custom UI template for the sign-in page, the sign-up page and the reset-password page. All is working well except, on the sign-up page as well as on the reset-password page, the form input fields are always marked "invalid" on the initial load. This causes the error hint to be visible, although there was no user input yet into the form field. I want to have the same experience as on the sample page of

Azure AD B2C Custom UI error labels shown on first load

别来无恙 提交于 2021-02-04 21:31:07
问题 I have an Azure AD B2C tenant. I have created a (default) SignUpAndSignInPolicy and added a custom UI template for the sign-in page, the sign-up page and the reset-password page. All is working well except, on the sign-up page as well as on the reset-password page, the form input fields are always marked "invalid" on the initial load. This causes the error hint to be visible, although there was no user input yet into the form field. I want to have the same experience as on the sample page of

How can I copy the contents of a .csv file placed in a azure file storage, to a powershell variable?

房东的猫 提交于 2021-02-04 21:31:06
问题 I am creating a runbook for automating a monotonous DB task. My master.csv file gets updated every hour with the details of all the resources in our Infrastructure and is placed in an Azure file storage system. I am trying to take the name of a resource(DB) as an input from a user and verify if it exists on my Azure infrastructure by checking against a master inventory file. My main concern is if I will be able to get the contents of this CSV(<100KB) in a variable so that I use it for