azure

Azure DevOps Wiki for multiple projects

限于喜欢 提交于 2021-02-08 05:29:53
问题 I have newly started exploring capabilities of Azure DevOps Wiki. I have multiple projects in Azure DevOps. I want to create one separate project to store Business & Technical documentation for all my projects in a centralize place. How can I add multiple Wiki pages to keep this organize. Second question is I have a predefined structure for the documentation. For eg. Purpose Of Application, Local Build Steps, Deployment Steps, Third Party Control used, etc. How can I create & store this as a

AzureAD authentication only works on local

主宰稳场 提交于 2021-02-08 05:27:35
问题 Ive set up my AzureAD in the portal, and an appservice that uses the AD to authenticate following instructions from microsoft. Ive made a .net core app that uses this authorisation. It works on my localhost. But when i publish it i get this error AADSTS50011: The reply url specified in the request does not match the reply urls configured for the application: '614f66a9-xxxx-483a-8bc7-xxxxxxx' What should i change and how come it works in my local but not when published? This is current

How to assign role to an Azure service principal from different subscription?

ⅰ亾dé卋堺 提交于 2021-02-08 05:16:54
问题 problem statement currently, I am in the process to create/modify azure resources in the different subscription with the help of azure terraform. error Principal <appid> does not exist in the directory {destination-tenant-id-for which contribution role required} consider the following scenario. we want to create Azure AKS cluster in one subscription and in same execution, we want to update DNS define in another subscription. this process works well if we are having both i.e. DNS zone and aks

Is it possible to generate SAS (Shared Access Signature) with write permission for given directory in azure blob storage

梦想与她 提交于 2021-02-08 05:16:35
问题 Our blob storage account structure: container name: simple inside this container we have blobs: aa/one.zip aa/two.zip bb/ss.zip bb/dd.zip Is it possible to generate SAS with write permission for aa “directory”, but no access for bb “directory”? With Amazon AWS we can easily create restrictions based on object/blob prefix name, but I can't find similar functionality in azure storage sdk for java. 回答1: As of today, it is not possible to do so at the folder level because as such there's no

Is it possible to generate SAS (Shared Access Signature) with write permission for given directory in azure blob storage

廉价感情. 提交于 2021-02-08 05:16:10
问题 Our blob storage account structure: container name: simple inside this container we have blobs: aa/one.zip aa/two.zip bb/ss.zip bb/dd.zip Is it possible to generate SAS with write permission for aa “directory”, but no access for bb “directory”? With Amazon AWS we can easily create restrictions based on object/blob prefix name, but I can't find similar functionality in azure storage sdk for java. 回答1: As of today, it is not possible to do so at the folder level because as such there's no

How to assign role to an Azure service principal from different subscription?

人盡茶涼 提交于 2021-02-08 05:15:40
问题 problem statement currently, I am in the process to create/modify azure resources in the different subscription with the help of azure terraform. error Principal <appid> does not exist in the directory {destination-tenant-id-for which contribution role required} consider the following scenario. we want to create Azure AKS cluster in one subscription and in same execution, we want to update DNS define in another subscription. this process works well if we are having both i.e. DNS zone and aks

Deploying app to Azure Virtual Machine scale set

核能气质少年 提交于 2021-02-08 05:05:25
问题 I have a question about deploying app to azure virtual scale set. I use an instruction from this blog. My problem is with release an image to azure and more specifically with Deployment Inputs in task "Build immutable image". Screen with my Deployment Inputs section And when I try to Release it I have an error: [error]Error happened while `initializing task: Not found any file matching pattern: d:\a\r1\a\Proj\ under root folder: d:\a\r1\a..` How should the correct paths look? Setting as in

Deploying app to Azure Virtual Machine scale set

穿精又带淫゛_ 提交于 2021-02-08 05:04:51
问题 I have a question about deploying app to azure virtual scale set. I use an instruction from this blog. My problem is with release an image to azure and more specifically with Deployment Inputs in task "Build immutable image". Screen with my Deployment Inputs section And when I try to Release it I have an error: [error]Error happened while `initializing task: Not found any file matching pattern: d:\a\r1\a\Proj\ under root folder: d:\a\r1\a..` How should the correct paths look? Setting as in

Add or Delete an app's API permissions (requiredResourceAccess) via Microsoft Graph

前提是你 提交于 2021-02-08 04:59:48
问题 In an application in my trial Azure AD tenant, I want to modify my API permissions via the Graph API. I am able to GET the application's requiredResourceAccess in the Graph Explorer (https://developer.microsoft.com/en-us/graph/graph-explorer#) via https://graph.microsoft.com/beta/applications/{app object ID}/requiredResourceAccess, but I am not able to modify or delete these values, or even GET specific resources. Here's my GET result: { "@odata.context": "https://graph.microsoft.com/beta/

Azure cosmosdb changefeed for document collection

旧时模样 提交于 2021-02-08 04:59:27
问题 Is it possible to register a service running on a cluster node as observer to changefeed for a document collection across multiple cosmos db accounts in th cluster? In the case of an Azure Function(triggered by ChangeFeed of a document collection), the function needs to be provisioned for each cosmos db account in the cluster. https://docs.microsoft.com/en-us/azure/cosmos-db/change-feed-processor https://docs.microsoft.com/en-us/azure/cosmos-db/serverless-computing-database How can a service