Questions tagged [availability]
149 questions
1
vote
1 answer
HALF-an-hour and One-hour time slot booking based on selection- c# and sql
I am having trouble finding the available time for HALF-an-hour and One-hour time slots for a particular Treatment - on a selected date.
User has options of selecting HALF-an-hour and One-hour at the booking end
example = On a selected date - there…

Syed Sohail Ahmed
- 45
- 1
- 7
1
vote
2 answers
Will scale Azure DB from Web To new tier cause availability issue
As far as I can tell, scaling an Azure DB from the retired tiers to the new tiers is simply a matter of using the scale function in the Azure portal.
What I cannot seem to find anywhere is a definitive answer as to whether there are any connection…

Bill Seven
- 768
- 9
- 27
1
vote
1 answer
Holiday Availability Calender - sum available days still left to sell over consecutive days
I require is a min & max of the BaseDate where the available to sell = 1 and there are 3 or more consecutive days still available to sell. However, the sum needs to be excluded if the properties changeoverday starts on the same day as the BaseDate,…

Claire
- 51
- 6
1
vote
5 answers
PHP Availability"[]\ Query with mySQL
This is my first PHP application I've ever made; I started learning PHP this week, so don't kill me, ok? ;)
I'm trying to use this script to find which DJs in our database are available. For some reason, when I manually enter the region like:
…

Timothy Richard Elliott
- 173
- 1
- 1
- 10
1
vote
3 answers
How do i remove 'availability in stock' display from magento category view
I run a Magento store which we want to run without stock management but with all items displayed regardless of stock status.
I have switched off stock management & have everything I want showing but I cannot find a way to remove the 'Availability:…

Nik Bull
- 13
- 1
- 3
0
votes
1 answer
Error when trying to create a cluster Availability Test using ARM Template
I'm trying to develop a feature in my app that creates an Availability Test and I'm running a lab that using Python SDK I'm able to create a resource group, AKS cluster, log analytics workspace and application insights. After it does all that, this…

maj1n
- 1
- 2
0
votes
1 answer
Azure - how to check availbility percentage of all apps in resource graph explorer?
For every Azure resource in all my subscriptions I need to get the total time resource has been unavailable in a specified timeframe and based on that calculate the percentage of availbility in a given timeframe.
I don't want to use the application…

Akip
- 1
- 1
0
votes
0 answers
Why does MultiSubnetFailover keep trying to connect to the inactive IP?
I am trying to use MultiSubnetFailover and it doesn't seem to be able to decide which IP to use.
Setup:
Client Connection String: MultiSubnetFailover=True
Server: Get-ClusterResource -Cluster -Name | Set-ClusterParameter -Name…

Jacque
- 1
- 1
0
votes
0 answers
How to pick WindowGroup or Window depending on the OS in SwiftUI?
In my macOS GUI app I need to show only one window. If the user closes it, the app should also close.
So I can do it as such:
@main
struct MyApp: App {
var body: some Scene
{
Window("my title",
id: "idMyWindow")
…

c00000fd
- 20,994
- 29
- 177
- 400
0
votes
0 answers
Is it possible to create custom availability for a period of time in a bookings service using graph api?
I am trying to create custom availability for a certain period of time in a bookings service. The service is unavailable out of those periods. Is there any way to do that using the graph api?
This is a screenshot of bookings:

user1941427
- 41
- 1
- 2
0
votes
1 answer
Moodle availability condition plugin
I'm using moodle and for all availability conditions plugins there is a function get_description
this function suppose to return string that is displayed on the course module description
it is suppose to return string when it is not available to…

Mohammad Farouk
- 21
- 4
0
votes
0 answers
Package python3-pydantic isn't installable in Ubuntu 18.04
The following packages have unmet dependencies: Grapejuice : Depends: python3 (>= 3.7~) but 3.6.7-1~18.04 is to be installed Depends: python3-pydantic but it is not installable E: Unable to correct problems, you have held broken packages.
This is…
0
votes
0 answers
Calculate Availability of Proxy APIs on APIGEE
Apologies in advance if this sounds like a weird requirement. Basically we are deploying some proxies on APIGEE which is fronted by couple of VMs and a Google cloud load balancer.
I'd like to calculate availability or get the uptime percentage of…

Shashank Agrawal
- 173
- 5
- 20
0
votes
1 answer
Azure Application Insights Monitor Availability Test Content Match unable to match multiple lines
At our company, we're hoping to do some monitoring on the availability of a product we use. We only have local client installations, and the service is provided by a third party. This third party has a "status" URL which can be checked for the…

Jeremiah Sellars
- 1
- 1
0
votes
1 answer
Attach alert rule to Azure Availability test(web test) using azure cli - "microsoft.insights/webtests is not a supported platform metric namespace"
I am working on automating azure availability test/Web test (URL ping test) using azure cli. It comes with two steps
Creating availability test
Attaching the alert rule to created test
.
az monitor app-insights web-test create `
--location…

Heshan
- 772
- 8
- 22